diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-11-12 22:30:09 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-11-14 09:45:22 +0100 |
commit | f7e53fe4912218afa531b2062431b6e20528ec54 (patch) | |
tree | 3a72a50e4c0873ff09f4e23321b3ab4d3f0e8223 /cui | |
parent | b8c42274ecb93235eff914f8f486854fe7fa5c69 (diff) |
Options Dialog MSO Tab update
Change-Id: I3bc0b2f5a42f6e01e0f78ef7d1b80a2bbe8ba7cc
Reviewed-on: https://gerrit.libreoffice.org/82558
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optfltrembedpage.ui | 50 |
1 files changed, 32 insertions, 18 deletions
diff --git a/cui/uiconfig/ui/optfltrembedpage.ui b/cui/uiconfig/ui/optfltrembedpage.ui index daf8e3e89b65..310127847c0f 100644 --- a/cui/uiconfig/ui/optfltrembedpage.ui +++ b/cui/uiconfig/ui/optfltrembedpage.ui @@ -29,6 +29,7 @@ <property name="vexpand">True</property> <property name="border_width">6</property> <property name="row_spacing">12</property> + <property name="column_spacing">24</property> <child> <object class="GtkFrame" id="frame1"> <property name="visible">True</property> @@ -126,11 +127,36 @@ </packing> </child> <child> - <object class="GtkLabel" id="label2"> + <object class="GtkBox"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrembedpage|label2" comments="The [L] here is repeated as the column title for the "Load" column of this options page">[L]: Load and convert the object</property> - <property name="xalign">0</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="optfltrembedpage|label2" comments="The [L] here is repeated as the column title for the "Load" column of this options page">[L]: Load and convert the object</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="optfltrembedpage|label3" comments="The [S] here is repeated as the column title for the "Save" column of this options page">[S]: Convert and save the object</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -138,19 +164,6 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrembedpage|label3" comments="The [S] here is repeated as the column title for the "Save" column of this options page">[S]: Convert and save the object</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> </object> </child> </object> @@ -169,6 +182,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> + <property name="width">2</property> </packing> </child> <child> @@ -316,8 +330,8 @@ </child> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="left_attach">1</property> + <property name="top_attach">1</property> </packing> </child> </object> |