diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-01 11:26:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-01 13:54:27 +0000 |
commit | 15974445d753141788e9f65a17edde1b7ea5c955 (patch) | |
tree | 28834850f2091918743e7397b10f71454d784e9e /sd/uiconfig | |
parent | a5c1593d7001382d43ea548166aa303aef899993 (diff) |
gtk[3|4] drop can-focus so it takes the default state
Change-Id: Ifd39ee1d72e0592638e0f5d0ed4e1b6b2ea82a77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146439
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/navigatorpanel.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/uiconfig/simpress/ui/navigatorpanel.ui b/sd/uiconfig/simpress/ui/navigatorpanel.ui index 1059f7e9ad74..08ddbfae2155 100644 --- a/sd/uiconfig/simpress/ui/navigatorpanel.ui +++ b/sd/uiconfig/simpress/ui/navigatorpanel.ui @@ -138,7 +138,6 @@ <child> <object class="GtkToolButton" id="first"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="navigatorpanel|first|tooltip_text">First Slide</property> <property name="icon-name">sd/res/nv03.png</property> <child internal-child="accessible"> @@ -155,7 +154,6 @@ <child> <object class="GtkToolButton" id="previous"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="navigatorpanel|previous|tooltip_text">Previous Slide</property> <property name="icon-name">sd/res/nv04.png</property> <child internal-child="accessible"> @@ -172,7 +170,6 @@ <child> <object class="GtkToolButton" id="next"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="navigatorpanel|next|tooltip_text">Next Slide</property> <property name="icon-name">sd/res/nv05.png</property> <child internal-child="accessible"> @@ -189,7 +186,6 @@ <child> <object class="GtkToolButton" id="last"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="navigatorpanel|last|tooltip_text">Last Slide</property> <property name="icon-name">sd/res/nv06.png</property> <child internal-child="accessible"> @@ -218,7 +214,6 @@ <child> <object class="GtkMenuToolButton" id="dragmode"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="navigatorpanel|dragmode|tooltip_text">Drag Mode</property> <property name="icon-name">sd/res/nv09.png</property> <child internal-child="accessible"> @@ -235,7 +230,6 @@ <child> <object class="GtkMenuToolButton" id="shapes"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="navigatorpanel|shapes|tooltip_text">Show Shapes</property> <property name="icon-name">sd/res/graphic.png</property> <child internal-child="accessible"> |