diff options
author | David Athay <ko2fan@gmail.com> | 2009-05-14 12:16:34 +0100 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2009-05-14 12:16:34 +0100 |
commit | dc1eb0895382451b1c79c60ecb7ca7dbbec89681 (patch) | |
tree | 56742cbe8674d68e152f23885a7e062becf9b5ce /src/gui/setup_audio.cpp | |
parent | c96fbe557a3274325399411456e98a5a63b1bc54 (diff) | |
parent | 39e06227df101a73aa5b9078a3afb6a7a71b89ba (diff) | |
download | mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.gz mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.bz2 mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.xz mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/gui/setup_audio.cpp')
-rw-r--r-- | src/gui/setup_audio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_audio.cpp b/src/gui/setup_audio.cpp index 9417ad68..9da74c2e 100644 --- a/src/gui/setup_audio.cpp +++ b/src/gui/setup_audio.cpp @@ -72,7 +72,7 @@ Setup_Audio::Setup_Audio(): place(0, 2, mMusicSlider); place(1, 2, musicLabel); - setDimension(gcn::Rectangle(0, 0, 325, 280)); + setDimension(gcn::Rectangle(0, 0, 365, 280)); } void Setup_Audio::apply() |