keyboard: align bottoms of panes in a neater way
https://bugzilla.gnome.org/show_bug.cgi?id=642629
This commit is contained in:
parent
886d871893
commit
05f7a4b1f4
1 changed files with 8 additions and 7 deletions
|
@ -661,6 +661,7 @@
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
<property name="bottom_attach">2</property>
|
||||||
<property name="x_options">GTK_FILL</property>
|
<property name="x_options">GTK_FILL</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
@ -814,6 +815,13 @@
|
||||||
<action-widget response="0">button1</action-widget>
|
<action-widget response="0">button1</action-widget>
|
||||||
</action-widgets>
|
</action-widgets>
|
||||||
</object>
|
</object>
|
||||||
|
<object class="GtkAdjustment" id="repeat_speed_adjustment">
|
||||||
|
<property name="lower">10</property>
|
||||||
|
<property name="upper">110</property>
|
||||||
|
<property name="value">30</property>
|
||||||
|
<property name="step_increment">10</property>
|
||||||
|
<property name="page_increment">10</property>
|
||||||
|
</object>
|
||||||
<object class="GtkSizeGroup" id="lower_sizegroup">
|
<object class="GtkSizeGroup" id="lower_sizegroup">
|
||||||
<widgets>
|
<widgets>
|
||||||
<widget name="delay_short_label"/>
|
<widget name="delay_short_label"/>
|
||||||
|
@ -828,13 +836,6 @@
|
||||||
<property name="step_increment">10</property>
|
<property name="step_increment">10</property>
|
||||||
<property name="page_increment">10</property>
|
<property name="page_increment">10</property>
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkAdjustment" id="repeat_speed_adjustment">
|
|
||||||
<property name="lower">10</property>
|
|
||||||
<property name="upper">110</property>
|
|
||||||
<property name="value">30</property>
|
|
||||||
<property name="step_increment">10</property>
|
|
||||||
<property name="page_increment">10</property>
|
|
||||||
</object>
|
|
||||||
<object class="GtkSizeGroup" id="sliders_sizegroup">
|
<object class="GtkSizeGroup" id="sliders_sizegroup">
|
||||||
<widgets>
|
<widgets>
|
||||||
<widget name="cursor_blink_time_scale"/>
|
<widget name="cursor_blink_time_scale"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue