diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-12-02 20:10:24 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-12-03 08:03:56 +0100 |
commit | e849867726fe1112a4bce71bf21a5e3b25c5a0e8 (patch) | |
tree | c09832456263469d4c2dcbd38e966efaa0b69457 /cui | |
parent | e5367efbd15e1d97f8d4de232df1c325d8fff2b8 (diff) |
tdf#128924 VBA Properties Options remove 97/2000/XP
Change-Id: I52e0e132e752eb90bb50f292b0ee08cfa167a9c7
Reviewed-on: https://gerrit.libreoffice.org/84267
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optfltrpage.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/uiconfig/ui/optfltrpage.ui b/cui/uiconfig/ui/optfltrpage.ui index eb58ced3d63b..55518d7aed9c 100644 --- a/cui/uiconfig/ui/optfltrpage.ui +++ b/cui/uiconfig/ui/optfltrpage.ui @@ -23,7 +23,7 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> + <property name="row_spacing">3</property> <child> <object class="GtkCheckButton" id="wo_basic"> <property name="label" translatable="yes" context="optfltrpage|wo_basic">Load Basic _code</property> @@ -47,7 +47,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="margin_left">12</property> + <property name="margin_left">18</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> @@ -84,7 +84,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrpage|label1">Microsoft Word 97/2000/XP</property> + <property name="label" translatable="yes" context="optfltrpage|label1">Microsoft Word</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -113,7 +113,7 @@ <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> + <property name="row_spacing">3</property> <child> <object class="GtkCheckButton" id="ex_basic"> <property name="label" translatable="yes" context="optfltrpage|ex_basic">Lo_ad Basic code</property> @@ -137,7 +137,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="margin_left">12</property> + <property name="margin_left">18</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> @@ -174,7 +174,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrpage|label2">Microsoft Excel 97/2000/XP</property> + <property name="label" translatable="yes" context="optfltrpage|label2">Microsoft Excel</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -203,7 +203,7 @@ <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> + <property name="row_spacing">3</property> <child> <object class="GtkCheckButton" id="pp_basic"> <property name="label" translatable="yes" context="optfltrpage|pp_basic">Load Ba_sic code</property> @@ -246,7 +246,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optfltrpage|label3">Microsoft PowerPoint 97/2000/XP</property> + <property name="label" translatable="yes" context="optfltrpage|label3">Microsoft PowerPoint</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |