diff options
author | raveit65 <[email protected]> | 2018-03-06 16:07:24 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-03-06 14:50:29 -0500 |
commit | 3858a43e197468abf210df7243488737e2877539 (patch) | |
tree | c3252e5a77c3b919ec775d987f2be6a78c939069 | |
parent | f248f85f74f4d6bc58e6244cc43f91f8ccb15ede (diff) | |
download | pluma-3858a43e197468abf210df7243488737e2877539.tar.bz2 pluma-3858a43e197468abf210df7243488737e2877539.tar.xz |
some adjustments for pluma-spell-setup-dialog.ui
-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> |