diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-16 13:16:23 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-16 13:16:23 -0700 |
commit | 02010c3e8e2ee08bf49b360fd091dd8b2abc6b15 (patch) | |
tree | e1f626f1bb14079f52aff54c65afee2ac7e98c7b /src/gui/updatewindow.cpp | |
parent | bc5b68fffde0f06095bdbc2dfe3fc70ce6b8c43e (diff) | |
download | mana-02010c3e8e2ee08bf49b360fd091dd8b2abc6b15.tar.gz mana-02010c3e8e2ee08bf49b360fd091dd8b2abc6b15.tar.bz2 mana-02010c3e8e2ee08bf49b360fd091dd8b2abc6b15.tar.xz mana-02010c3e8e2ee08bf49b360fd091dd8b2abc6b15.zip |
Some small layout tweaks, as well as making a few dialogs more
consistent UI-wise (continue-like functionality is always in the bottom
right corner, with canceling to the left of it).
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/updatewindow.cpp')
-rw-r--r-- | src/gui/updatewindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/updatewindow.cpp b/src/gui/updatewindow.cpp index 9311b59b..ba802876 100644 --- a/src/gui/updatewindow.cpp +++ b/src/gui/updatewindow.cpp @@ -123,8 +123,8 @@ UpdaterWindow::UpdaterWindow(const std::string &updateHost, place(0, 0, mScrollArea, 5, 3).setPadding(3); place(0, 3, mLabel, 5); place(0, 4, mProgressBar, 5); - place(0, 5, mCancelButton); - place(1, 5, mPlayButton); + place(3, 5, mCancelButton); + place(4, 5, mPlayButton); reflowLayout(320, 240); |