diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-13 15:32:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-13 15:32:45 +0000 |
| commit | f7fa6a1fc87d2d099935e203374db74fcd09664e (patch) | |
| tree | 90bea887a9ff6bfb3396d0502b6eba275454d5b4 /src/plugins/Input/modplug/settingsdialog.ui | |
| parent | a74401da799233d27dc6880ae6c047456e480fd0 (diff) | |
| download | qmmp-f7fa6a1fc87d2d099935e203374db74fcd09664e.tar.gz qmmp-f7fa6a1fc87d2d099935e203374db74fcd09664e.tar.bz2 qmmp-f7fa6a1fc87d2d099935e203374db74fcd09664e.zip | |
modplug plugin: some settings dialog changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@368 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/modplug/settingsdialog.ui')
| -rw-r--r-- | src/plugins/Input/modplug/settingsdialog.ui | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/src/plugins/Input/modplug/settingsdialog.ui b/src/plugins/Input/modplug/settingsdialog.ui index 0c2348035..d0ed4cb60 100644 --- a/src/plugins/Input/modplug/settingsdialog.ui +++ b/src/plugins/Input/modplug/settingsdialog.ui @@ -6,7 +6,7 @@ <x>0</x> <y>0</y> <width>465</width> - <height>378</height> + <height>388</height> </rect> </property> <property name="windowTitle" > @@ -189,7 +189,7 @@ <item row="0" column="0" > <widget class="QLabel" name="label_3" > <property name="text" > - <string>Depth</string> + <string>Depth (%)</string> </property> </widget> </item> @@ -247,7 +247,7 @@ <item row="2" column="0" > <widget class="QLabel" name="label_4" > <property name="text" > - <string>Delay</string> + <string>Delay (ms)</string> </property> </widget> </item> @@ -323,7 +323,7 @@ <item row="0" column="0" > <widget class="QLabel" name="label_5" > <property name="text" > - <string>Amount</string> + <string>Amount (%)</string> </property> </widget> </item> @@ -381,7 +381,7 @@ <item row="2" column="0" > <widget class="QLabel" name="label_6" > <property name="text" > - <string>Range</string> + <string>Range (Hz)</string> </property> </widget> </item> @@ -454,7 +454,7 @@ <item row="0" column="0" > <widget class="QLabel" name="label" > <property name="text" > - <string>Depth</string> + <string>Depth (%)</string> </property> </widget> </item> @@ -506,7 +506,7 @@ <item row="2" column="0" > <widget class="QLabel" name="label_2" > <property name="text" > - <string>Delay</string> + <string>Delay (ms)</string> </property> </widget> </item> @@ -640,18 +640,16 @@ </property> </widget> </item> - <item row="2" column="1" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> + <item row="2" column="0" colspan="3" > + <widget class="QLabel" name="label_15" > + <property name="text" > + <string>Note: Setting the preamp + too high may cause clipping!</string> </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>16</height> - </size> + <property name="alignment" > + <set>Qt::AlignCenter</set> </property> - </spacer> + </widget> </item> </layout> </widget> |
