[Libreoffice-commits] core.git: sc/uiconfig
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 4 08:00:57 UTC 2021
sc/uiconfig/scalc/ui/notebookbar.ui | 59 +++++++++++++++++++++++++++++-------
1 file changed, 49 insertions(+), 10 deletions(-)
New commits:
commit 0feade0e4cc5b295bd093d2b2060603b7e5e33d7
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Nov 9 11:24:03 2020 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Jan 4 09:00:10 2021 +0100
notebookbar: add advanced filter
Change-Id: I8b59a76570b6e7c13b3d91719af6dc5e8609bd81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105475
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108430
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index 73361b43b6a1..efc98ef987fa 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -7797,30 +7797,69 @@
</packing>
</child>
<child>
- <object class="sfxlo-NotebookbarToolBox" id="SectionBottom8">
+ <object class="GtkBox" id="GroupB458">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="valign">center</property>
<property name="vexpand">True</property>
- <property name="toolbar_style">both</property>
- <property name="show_arrow">False</property>
- <property name="icon_size">3</property>
+ <property name="orientation">vertical</property>
<child>
- <object class="GtkToolButton" id="Data-DataFilterAutoFilter">
+ <object class="sfxlo-NotebookbarToolBox" id="SectionBottom8">
<property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">.uno:DataFilterAutoFilter</property>
+ <property name="can_focus">True</property>
+ <property name="valign">center</property>
+ <property name="vexpand">True</property>
+ <property name="toolbar_style">both-horiz</property>
+ <property name="show_arrow">False</property>
+ <child>
+ <object class="GtkToolButton" id="Data-DataFilterAutoFilter">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="action_name">.uno:DataFilterAutoFilter</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>
- <property name="homogeneous">True</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="sfxlo-NotebookbarToolBox" id="SectionBottom88">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="valign">center</property>
+ <property name="vexpand">True</property>
+ <property name="toolbar_style">both-horiz</property>
+ <property name="show_arrow">False</property>
+ <child>
+ <object class="GtkToolButton" id="Data-DataFilterSpecialFilter">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="action_name">.uno:DataFilterSpecialFilter</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
</object>
More information about the Libreoffice-commits
mailing list