[vlc-devel] commit: Fix very small layout issue in the preferences. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Aug 3 23:35:16 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug  2 18:20:19 2008 -0700| [e414af529baef8bf5654c208c13b56597bd3dce5] | committer: Jean-Baptiste Kempf 

Fix very small layout issue in the preferences.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e414af529baef8bf5654c208c13b56597bd3dce5
---

 modules/gui/qt4/ui/sprefs_audio.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/ui/sprefs_audio.ui b/modules/gui/qt4/ui/sprefs_audio.ui
index 3203501..6d2a4c6 100644
--- a/modules/gui/qt4/ui/sprefs_audio.ui
+++ b/modules/gui/qt4/ui/sprefs_audio.ui
@@ -30,14 +30,14 @@
       <string>_("General Audio")</string>
      </property>
      <layout class="QGridLayout" >
-      <item row="0" column="0" colspan="3" >
+      <item row="0" column="0" colspan="2" >
        <widget class="QLabel" name="label_2" >
         <property name="text" >
          <string>_("Default volume")</string>
         </property>
        </widget>
       </item>
-      <item row="0" column="3" >
+      <item row="0" column="2" colspan="2" >
        <widget class="QSlider" name="defaultVolume" >
         <property name="sizePolicy" >
          <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >




More information about the vlc-devel mailing list