summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.glade
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2011-03-09 21:50:29 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-09 21:50:29 +0000
commit297af52ae5581f5373bb008f60c7aac858bb365a (patch)
tree82490cb8ac5653690163bc9342622d79c35ec81e /src/pavucontrol.glade
parent9516b6f1dc3e97587221c46086b1b57c3af67ea3 (diff)
volume: Support volumes up to 11.
This allows us to set volumes up to ~153% aka +11dB. Also show the current dB value in the UI - as pavucontrol is a bit more developer-friendly than other volume UIs displaying this by default makes sense.
Diffstat (limited to 'src/pavucontrol.glade')
-rw-r--r--src/pavucontrol.glade7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade
index db21b8a..3077a88 100644
--- a/src/pavucontrol.glade
+++ b/src/pavucontrol.glade
@@ -150,6 +150,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
+ <property name="yalign">0</property>
<property name="label" translatable="yes">&lt;b&gt;left-front&lt;/b&gt;</property>
<property name="use_markup">True</property>
<property name="width_chars">15</property>
@@ -179,7 +180,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">50%</property>
+ <property name="yalign">0</property>
+ <property name="xpad">8</property>
+ <property name="label" translatable="yes">&lt;small&gt;50%&lt;/small&gt;</property>
+ <property name="use_markup">True</property>
+ <property name="justify">right</property>
<property name="width_chars">9</property>
</object>
<packing>