diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-10 12:34:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-10 21:41:43 +0200 |
commit | b9fb2a62919ba0d489857d61abb23ccc4f5df674 (patch) | |
tree | bfb176b82fe0b98734144f884db6b82258c187b2 /svx | |
parent | ea1182c8c2c42c0c527e232f7e392196796940d7 (diff) |
let the parent toolbar decide the focus of the buttons
Change-Id: I481fbc1b65b806cdb9eb41d6648fe9476f1326fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96020
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/sidebarstylespanel.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/sidebarstylespanel.ui b/svx/uiconfig/ui/sidebarstylespanel.ui index 7e87f0ae4091..66ee89676ad7 100644 --- a/svx/uiconfig/ui/sidebarstylespanel.ui +++ b/svx/uiconfig/ui/sidebarstylespanel.ui @@ -76,10 +76,11 @@ <property name="can_focus">True</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> + <property name="icon_size">2</property> <child> <object class="GtkToolButton" id=".uno:StyleUpdateByExample"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> @@ -89,7 +90,7 @@ <child> <object class="GtkToolButton" id=".uno:StyleNewByExample"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can_focus">False</property> </object> <packing> <property name="expand">True</property> |