Resolves: fdo#60663: Adapt hyphenation dialog to HIG

Change-Id: I1a67a73e6dc6b26bdb84f0594d84a1f5d7e2bca2
This commit is contained in:
Honza Minarik
2013-04-03 11:13:38 +01:00
committed by Caolán McNamara
parent 1b6afe0788
commit 2409c4b291

View File

@@ -17,7 +17,7 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="layout_style">end</property> <property name="layout_style">end</property>
<child> <child>
<object class="GtkButton" id="button1"> <object class="GtkButton" id="help">
<property name="label">gtk-help</property> <property name="label">gtk-help</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@@ -69,7 +69,6 @@
<object class="GtkGrid" id="grid1"> <object class="GtkGrid" id="grid1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="margin_bottom">18</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<property name="column_spacing">6</property> <property name="column_spacing">6</property>
@@ -195,7 +194,7 @@
</object> </object>
</child> </child>
<action-widgets> <action-widgets>
<action-widget response="0">button1</action-widget> <action-widget response="0">help</action-widget>
<action-widget response="0">hyphall</action-widget> <action-widget response="0">hyphall</action-widget>
<action-widget response="0">close</action-widget> <action-widget response="0">close</action-widget>
</action-widgets> </action-widgets>