diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 05:15:20 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-10 07:28:35 -0600 |
commit | 2d6e867ba8306bc662b9cf42dd403f2ebcb140a6 (patch) | |
tree | a88d742f4acbeacf909bc80b837cb64bbae06580 /src/gui/ok_dialog.cpp | |
parent | b1c08a56778308897b2a46d6111084044583de0e (diff) | |
download | mana-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.tar.gz mana-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.tar.bz2 mana-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.tar.xz mana-2d6e867ba8306bc662b9cf42dd403f2ebcb140a6.zip |
Remove some tabs and trailing whitespace
Diffstat (limited to 'src/gui/ok_dialog.cpp')
-rw-r--r-- | src/gui/ok_dialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/ok_dialog.cpp b/src/gui/ok_dialog.cpp index 9621b389..d3e7bec6 100644 --- a/src/gui/ok_dialog.cpp +++ b/src/gui/ok_dialog.cpp @@ -53,10 +53,10 @@ OkDialog::OkDialog(const std::string &title, const std::string &msg, if (numRows > 1) { // 14 == row top + bottom graphic pixel heights - setContentSize(mTextBox->getMinWidth() + fontHeight, ((numRows + 1) * + setContentSize(mTextBox->getMinWidth() + fontHeight, ((numRows + 1) * fontHeight) + okButton->getHeight()); - mTextArea->setDimension(gcn::Rectangle(4, 5, mTextBox->getMinWidth() + 5, - 3 + (numRows * fontHeight))); + mTextArea->setDimension(gcn::Rectangle(4, 5, + mTextBox->getMinWidth() + 5, 3 + (numRows * fontHeight))); } else { |