diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-05-05 11:33:23 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-05-05 11:33:23 -0400 |
commit | 20d512dba013f95323ff5bcab1f54554ef5efcd2 (patch) | |
tree | 30c3c24e0b1906dddbd78e65b54e25886c6815c4 /src/gui/setup.cpp | |
parent | 966be40441f358354055819c6eed1420f18a0792 (diff) | |
download | mana-client-20d512dba013f95323ff5bcab1f54554ef5efcd2.tar.gz mana-client-20d512dba013f95323ff5bcab1f54554ef5efcd2.tar.bz2 mana-client-20d512dba013f95323ff5bcab1f54554ef5efcd2.tar.xz mana-client-20d512dba013f95323ff5bcab1f54554ef5efcd2.zip |
Fixed up the video tab in the setup window.
We really should considering adding a new tab, the video window is getting pretty full
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index ee69eaaf..a1765f24 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -65,7 +65,7 @@ Setup::Setup(): { setCloseButton(true); int width = 340; - int height = 340; + int height = 360; setContentSize(width, height); static const char *buttonNames[] = { |