sc/uiconfig/scalc/ui/notebookbar.ui | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-)
New commits: commit 1751dd94b564fdf5694a34bc781d1354d410735c Author: andreas kainz <[email protected]> Date: Sun Apr 22 00:44:33 2018 +0200 NB Implementation: calc data tab use now correct order Change-Id: I62d6c88a8a10d9455279c38e885cf3a5b91428a5 Reviewed-on: https://gerrit.libreoffice.org/53274 Tested-by: Jenkins <[email protected]> Reviewed-by: andreas_kainz <[email protected]> diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 7df3beab5f0d..44b262192f55 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -6832,7 +6832,7 @@ <property name="can_focus">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="toolbar_style">text</property> + <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="DataProvider1"> @@ -6858,7 +6858,7 @@ <property name="can_focus">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="toolbar_style">text</property> + <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="ManageXMLSource1"> @@ -6953,7 +6953,7 @@ <property name="can_focus">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="toolbar_style">text</property> + <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="RecalcPivotTable"> @@ -6979,7 +6979,7 @@ <property name="can_focus">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="toolbar_style">text</property> + <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="DataProviderRefresh"> @@ -7022,7 +7022,7 @@ </packing> </child> <style> - <class name="priority-6"/> + <class name="priority-7"/> </style> </object> <packing> @@ -7146,7 +7146,7 @@ </packing> </child> <style> - <class name="priority-5"/> + <class name="priority-6"/> </style> </object> <packing> @@ -7270,7 +7270,7 @@ </packing> </child> <style> - <class name="priority-4"/> + <class name="priority-5"/> </style> </object> <packing> @@ -7460,7 +7460,7 @@ </packing> </child> <style> - <class name="priority-3"/> + <class name="priority-4"/> </style> </object> <packing> @@ -7515,7 +7515,7 @@ <property name="can_focus">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="toolbar_style">text</property> + <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="SelectDB"> @@ -7541,7 +7541,7 @@ <property name="can_focus">False</property> <property name="valign">center</property> <property name="vexpand">True</property> - <property name="toolbar_style">text</property> + <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="DataAreaRefresh"> @@ -7584,7 +7584,7 @@ </packing> </child> <style> - <class name="priority-1"/> + <class name="priority-3"/> </style> </object> <packing> @@ -7642,7 +7642,7 @@ </packing> </child> <style> - <class name="priority-1"/> + <class name="priority-2"/> </style> </object> <packing> @@ -7652,7 +7652,7 @@ </packing> </child> <child> - <object class="sfxlo-OptionalBox" id="StatisticSection"> + <object class="sfxlo-OptionalBox" id="StatistikSection"> <property name="visible">True</property> <property name="can_focus">False</property> <child> @@ -7690,7 +7690,7 @@ </packing> </child> <style> - <class name="priority-5"/> + <class name="priority-1"/> </style> </object> <packing> @@ -7851,7 +7851,7 @@ <property name="valign">center</property> <property name="vexpand">True</property> <child> - <object class="sfxlo-OptionalBox" id="LanguageSection"> + <object class="sfxlo-OptionalBox" id="LangeuageSection"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
