summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-07-20 11:47:03 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-07-20 11:47:03 +0000
commit72a994bc4823b7d4dc1edb9d3fb41b3c0eda06f2 (patch)
tree6bd0ed75bb3a6acfe03540a29ed22e7ca51510ea
parent624023d633802dcc8319a7df240be3b8ab50d4e0 (diff)
downloadgnome-control-center-bilelmoussaoui/sound-panel.tar.gz
sound: Set valign on the volume button bilelmoussaoui/sound-panel
Otherwise the button can be super tall in some cases
-rw-r--r--panels/sound/cc-volume-slider.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/panels/sound/cc-volume-slider.ui b/panels/sound/cc-volume-slider.ui
index f6f0e8eae..afb29fe7f 100644
--- a/panels/sound/cc-volume-slider.ui
+++ b/panels/sound/cc-volume-slider.ui
@@ -16,6 +16,7 @@
</child>
<child>
<object class="GtkToggleButton" id="mute_button">
+ <property name="valign">center</property>
<property name="visible">True</property>
<accessibility>
<property name="label" translatable="yes">Mute</property>