diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-29 13:08:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-29 20:29:22 +0200 |
commit | 84b2779288d0abce4364bbf23a282e86f53f86a0 (patch) | |
tree | db03bbd81dfbe2191618f1a66e63e753166ca7ac /sc/uiconfig/scalc/ui/optchangespage.ui | |
parent | 6ecf160d431093a1dc5bebed46714b872301a4be (diff) |
weld ScRedlineOptionsTabPage
Change-Id: I80151384f5e75eac08665f45ce87468e10fb987e
Reviewed-on: https://gerrit.libreoffice.org/76553
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/optchangespage.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/optchangespage.ui | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/optchangespage.ui b/sc/uiconfig/scalc/ui/optchangespage.ui index 416e0bd15797..58f237bc2d16 100644 --- a/sc/uiconfig/scalc/ui/optchangespage.ui +++ b/sc/uiconfig/scalc/ui/optchangespage.ui @@ -87,9 +87,13 @@ </packing> </child> <child> - <object class="svxcorelo-SvxColorListBox" id="changes"> + <object class="GtkMenuButton" id="changes"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> </object> <packing> <property name="left_attach">1</property> @@ -97,9 +101,13 @@ </packing> </child> <child> - <object class="svxcorelo-SvxColorListBox" id="deletions"> + <object class="GtkMenuButton" id="deletions"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> </object> <packing> <property name="left_attach">1</property> @@ -107,9 +115,13 @@ </packing> </child> <child> - <object class="svxcorelo-SvxColorListBox" id="entries"> + <object class="GtkMenuButton" id="entries"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> </object> <packing> <property name="left_attach">1</property> @@ -117,9 +129,13 @@ </packing> </child> <child> - <object class="svxcorelo-SvxColorListBox" id="insertions"> + <object class="GtkMenuButton" id="insertions"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="label" translatable="no"></property> </object> <packing> <property name="left_attach">1</property> |