From a76f3e84eb1ea18e0747cc10f0cfb9c4254daff0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 19 Jan 2009 20:43:15 +0100 Subject: Reverse the order of slider and label again In order to stay consistent with the video setup page. --- src/gui/setup_audio.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/setup_audio.cpp b/src/gui/setup_audio.cpp index 838a1875..81c2f1af 100644 --- a/src/gui/setup_audio.cpp +++ b/src/gui/setup_audio.cpp @@ -67,10 +67,10 @@ Setup_Audio::Setup_Audio(): ContainerPlacer place = h.getPlacer(0, 0); place(0, 0, mSoundCheckBox); - place(0, 1, sfxLabel); - place(1, 1, mSfxSlider); - place(0, 2, musicLabel); - place(1, 2, mMusicSlider); + place(0, 1, mSfxSlider); + place(1, 1, sfxLabel); + place(0, 2, mMusicSlider); + place(1, 2, musicLabel); setDimension(gcn::Rectangle(0, 0, 250, 200)); } -- cgit v1.2.3-70-g09d2