diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-26 20:11:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-27 09:50:59 +0100 |
commit | f8e3f728e87b30fadd8b392b002f1cab5967fe10 (patch) | |
tree | 91daabb87bcc636861720175af583b52455b65d7 /sw/uiconfig/swriter | |
parent | 2c9170def5e862d57ce46ffb77041e76ee3606c5 (diff) |
tdf#130933 wraptools are berserk
probably a regression from...
commit a22de0aacc9fb4197e9051f572b1a9298b2472e2
Date: Thu Jan 23 23:34:59 2020 +0100
tdf#130096 Wrap Sidebar update use common .uno commands and layout
because there were two toolbars with radiobuttons each toolbar has
to have one active radiobutton so they fight it out toggling on and
off when attempting to make one toolbar with all inactive radiobuttons
Change-Id: Iafe70dc1328ad80744cb4569365e25bf5eba6b53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89596
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/sidebarwrap.ui | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/sw/uiconfig/swriter/ui/sidebarwrap.ui b/sw/uiconfig/swriter/ui/sidebarwrap.ui index 1cf1609acb95..b48338b6bb6b 100644 --- a/sw/uiconfig/swriter/ui/sidebarwrap.ui +++ b/sw/uiconfig/swriter/ui/sidebarwrap.ui @@ -60,7 +60,7 @@ <property name="can_focus">False</property> <property name="halign">end</property> <child> - <object class="GtkToolbar" id="wrapoptions1"> + <object class="GtkToolbar" id="wrapoptions"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="toolbar_style">icons</property> @@ -105,20 +105,6 @@ <property name="homogeneous">False</property> </packing> </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkToolbar" id="wrapoptions2"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="toolbar_style">icons</property> - <property name="show_arrow">False</property> - <property name="icon_size">2</property> <child> <object class="GtkRadioToolButton" id=".uno:WrapLeft"> <property name="visible">True</property> @@ -162,7 +148,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> </object> |