set GtkScale width

This commit is contained in:
Philipp Unger
2022-04-09 02:45:30 +02:00
parent fcf1cd10c1
commit 6b0d24f1a5
5 changed files with 17 additions and 24 deletions

View File

@@ -49,8 +49,7 @@
<property name="subtitle" translatable="yes">(default is 8)</property>
<child>
<object class="GtkScale" id="appicon_margin_scale">
<property name="valign">baseline</property>
<property name="hexpand">True</property>
<property name="width-request">300</property>
<property name="adjustment">appicon_margin_adjustment</property>
<property name="round_digits">0</property>
<property name="digits">0</property>
@@ -68,8 +67,7 @@
<property name="subtitle" translatable="yes">(default is 4)</property>
<child>
<object class="GtkScale" id="appicon_padding_scale">
<property name="valign">baseline</property>
<property name="hexpand">True</property>
<property name="width-request">300</property>
<property name="adjustment">appicon_padding_adjustment</property>
<property name="round_digits">0</property>
<property name="digits">0</property>