Kaydet (Commit) 697c3084 authored tarafından Jim Raykowski's avatar Jim Raykowski Kaydeden (comit) andreas_kainz

tdf#121401 Keyboard navigation for Writer NB contextual single

Change-Id: Ibcb56c6c0f1456c472061039ecc0835928846724
Reviewed-on: https://gerrit.libreoffice.org/63458
Tested-by: Jenkins
Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
üst dc0616cd
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="file"> <object class="sfxlo-NotebookbarToolBox" id="file">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkMenuToolButton" id="open"> <object class="GtkMenuToolButton" id="open">
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="do"> <object class="sfxlo-NotebookbarToolBox" id="do">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkToolButton" id="undo"> <object class="GtkToolButton" id="undo">
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="functions"> <object class="sfxlo-NotebookbarToolBox" id="functions">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkToolButton" id="search"> <object class="GtkToolButton" id="search">
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="style"> <object class="sfxlo-NotebookbarToolBox" id="style">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkToolButton" id="parastyle"> <object class="GtkToolButton" id="parastyle">
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="fontnamebar"> <object class="sfxlo-NotebookbarToolBox" id="fontnamebar">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkToolButton" id="fontname"> <object class="GtkToolButton" id="fontname">
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="fontsizebar"> <object class="sfxlo-NotebookbarToolBox" id="fontsizebar">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkToolButton" id="fontsize"> <object class="GtkToolButton" id="fontsize">
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="fonteffect"> <object class="sfxlo-NotebookbarToolBox" id="fonteffect">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkToolButton" id="bold"> <object class="GtkToolButton" id="bold">
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="fontfunction"> <object class="sfxlo-NotebookbarToolBox" id="fontfunction">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
<object class="GtkToolButton" id="clone"> <object class="GtkToolButton" id="clone">
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="halignment"> <object class="sfxlo-NotebookbarToolBox" id="halignment">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="has_tooltip">True</property> <property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes" context="notebookbar_single|halignment|tooltip_text">Horizontal Alignment</property> <property name="tooltip_text" translatable="yes" context="notebookbar_single|halignment|tooltip_text">Horizontal Alignment</property>
<property name="halign">start</property> <property name="halign">start</property>
...@@ -552,7 +552,7 @@ ...@@ -552,7 +552,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="line"> <object class="sfxlo-NotebookbarToolBox" id="line">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="halign">end</property> <property name="halign">end</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
<child> <child>
...@@ -592,7 +592,7 @@ ...@@ -592,7 +592,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="outlineindent"> <object class="sfxlo-NotebookbarToolBox" id="outlineindent">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="has_tooltip">True</property> <property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes" context="notebookbar_single|outlineindent|tooltip_text">Indent</property> <property name="tooltip_text" translatable="yes" context="notebookbar_single|outlineindent|tooltip_text">Indent</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
...@@ -672,7 +672,7 @@ ...@@ -672,7 +672,7 @@
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="insert"> <object class="sfxlo-NotebookbarToolBox" id="insert">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">True</property>
<property name="has_tooltip">True</property> <property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes" context="notebookbar_single|insert|tooltip_text">Indent</property> <property name="tooltip_text" translatable="yes" context="notebookbar_single|insert|tooltip_text">Indent</property>
<property name="show_arrow">False</property> <property name="show_arrow">False</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment