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:
parent
7ce421a80d
commit
46ce3e418e
|
@ -25,7 +25,7 @@
|
|||
<property name="label" translatable="yes"><b>left-front</b></property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="width_chars">15</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="yalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
Loading…
Reference in New Issue