From 3b615fd98c6ebedbcedb474087f4cb1e59382002 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(-) (limited to 'src/gui/setup_audio.cpp') diff --git a/src/gui/setup_audio.cpp b/src/gui/setup_audio.cpp index 7486e414..7ffff913 100644 --- a/src/gui/setup_audio.cpp +++ b/src/gui/setup_audio.cpp @@ -66,10 +66,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, 290, 250)); } -- cgit v1.2.3-70-g09d2