diff options
Diffstat (limited to 'plugins/spell')
-rw-r--r-- | plugins/spell/pluma-spell-setup-dialog.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/spell/pluma-spell-setup-dialog.ui b/plugins/spell/pluma-spell-setup-dialog.ui index 01a1a281..abdb4a6c 100644 --- a/plugins/spell/pluma-spell-setup-dialog.ui +++ b/plugins/spell/pluma-spell-setup-dialog.ui @@ -27,6 +27,7 @@ <object class="GtkBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <property name="spacing">8</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> @@ -98,8 +99,8 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> <property name="label" translatable="yes">Autocheck spelling on document load...</property> - <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -116,6 +117,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> @@ -132,6 +134,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> @@ -149,6 +152,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> @@ -174,8 +178,5 @@ <action-widget response="0">button3</action-widget> <action-widget response="0">button4</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> |