[vlc-devel] commit: Reduce Space in effects UI. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Mar 30 03:38:01 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 29 18:39:04 2008 -0700| [b87ff819b6986aac76dfa5a7738c57f161827a99]

Reduce Space in effects UI.

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

 modules/gui/qt4/ui/video_effects.ui |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/ui/video_effects.ui b/modules/gui/qt4/ui/video_effects.ui
index f4ced14..555db2e 100644
--- a/modules/gui/qt4/ui/video_effects.ui
+++ b/modules/gui/qt4/ui/video_effects.ui
@@ -6,11 +6,11 @@
     <x>0</x>
     <y>0</y>
     <width>472</width>
-    <height>320</height>
+    <height>290</height>
    </rect>
   </property>
   <property name="currentIndex" >
-   <number>2</number>
+   <number>0</number>
   </property>
   <widget class="QWidget" name="tab" >
    <attribute name="title" >
@@ -94,6 +94,9 @@
        <bool>false</bool>
       </property>
       <layout class="QGridLayout" >
+       <property name="spacing" >
+        <number>0</number>
+       </property>
        <item row="0" column="1" >
         <widget class="QSlider" name="hueSlider" >
          <property name="maximum" >




More information about the vlc-devel mailing list