diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2018-12-11 17:17:37 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2019-02-26 15:42:57 +0000 |
commit | 46ce3e418e5cebf786fe33859196ae63cbc226bb (patch) | |
tree | c41e05d1795b2b3b1a458aec2e131e030ddf2f10 /src | |
parent | 7ce421a80d9c6831ba74fe209f8c1577e95296c9 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/pavucontrol.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade index 3602d5b..a08ffca 100644 --- a/src/pavucontrol.glade +++ b/src/pavucontrol.glade @@ -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> |