pavucontrol.glade: right-align channel labels

The channel labels ("Front Left" etc.) that are adjacent to volume
sliders used to be left-aligned, which meant that there was some empty
space (depending on the text width) between the label text and the
volume slider. Right-aligning the labels looks nicer.
This commit is contained in:
Tanu Kaskinen 2018-12-11 17:17:37 +02:00
parent 7ce421a80d
commit 46ce3e418e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<property name="label" translatable="yes">&lt;b&gt;left-front&lt;/b&gt;</property> <property name="label" translatable="yes">&lt;b&gt;left-front&lt;/b&gt;</property>
<property name="use_markup">True</property> <property name="use_markup">True</property>
<property name="width_chars">15</property> <property name="width_chars">15</property>
<property name="xalign">0</property> <property name="xalign">1</property>
<property name="yalign">0</property> <property name="yalign">0</property>
</object> </object>
<packing> <packing>