[vlc-devel] commit: Increase the space between the bands and the main amplification in the equalizer (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Apr 6 01:39:43 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr 5 16:39:33 2008 -0700| [22fe4250d0bcf89ea27a0cdf42144a88ff72c6e2]
Increase the space between the bands and the main amplification in the equalizer
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22fe4250d0bcf89ea27a0cdf42144a88ff72c6e2
---
modules/gui/qt4/ui/equalizer.ui | 41 +++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/modules/gui/qt4/ui/equalizer.ui b/modules/gui/qt4/ui/equalizer.ui
index aee14e7..10274cf 100644
--- a/modules/gui/qt4/ui/equalizer.ui
+++ b/modules/gui/qt4/ui/equalizer.ui
@@ -1,35 +1,25 @@
<ui version="4.0" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
<class>EqualizerWidget</class>
<widget class="QWidget" name="EqualizerWidget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
- <width>514</width>
- <height>291</height>
+ <width>524</width>
+ <height>290</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QVBoxLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
<layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
<property name="spacing" >
<number>6</number>
</property>
+ <property name="margin" >
+ <number>0</number>
+ </property>
<item>
<widget class="QCheckBox" name="enableCheck" >
<property name="text" >
@@ -81,9 +71,6 @@
<property name="margin" >
<number>0</number>
</property>
- <property name="spacing" >
- <number>6</number>
- </property>
<item row="1" column="0" >
<widget class="QLabel" name="preampLabel" >
<property name="text" >
@@ -95,17 +82,29 @@
<widget class="QSlider" name="preampSlider" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
- </property>
+ </property>
</widget>
</item>
- <item rowspan="2" row="0" column="1" >
+ <item rowspan="2" row="0" column="2" >
<widget class="QFrame" name="frame" />
</item>
+ <item row="0" column="1" >
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</item>
</layout>
</widget>
- <pixmapfunction></pixmapfunction>
<resources/>
<connections/>
</ui>
More information about the vlc-devel
mailing list