diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-23 16:17:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-30 15:34:39 +0100 |
commit | bda150d3cfc6f0a466e570bd3ba36c013f995c65 (patch) | |
tree | ba3c6ae8dfe96d4f86a0666252c9d67818e34861 /sw | |
parent | 166390fdf1a09329b9b218fa7e5b8a142f87e728 (diff) |
use smaller toolbar icons for sidebar
Change-Id: I3f94d23522eb5121e36acbed88ec052208200959
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85763
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/sidebartableedit.ui | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/sidebartableedit.ui b/sw/uiconfig/swriter/ui/sidebartableedit.ui index f6e6d9ad2e2f..9cc20ada1085 100644 --- a/sw/uiconfig/swriter/ui/sidebartableedit.ui +++ b/sw/uiconfig/swriter/ui/sidebartableedit.ui @@ -63,6 +63,7 @@ <property name="can_focus">False</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:InsertRowsBefore"> <property name="visible">True</property> @@ -129,6 +130,9 @@ <object class="GtkToolbar" id="select"> <property name="visible">True</property> <property name="can_focus">False</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:EntireCell"> <property name="visible">True</property> @@ -267,6 +271,9 @@ <object class="GtkToolbar" id="rowsizing"> <property name="visible">True</property> <property name="can_focus">False</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:SetMinimalRowHeight"> <property name="visible">True</property> @@ -310,6 +317,9 @@ <object class="GtkToolbar" id="columnsizing"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="toolbar_style">text</property> + <property name="show_arrow">False</property> + <property name="icon_size">2</property> <child> <object class="GtkToolButton" id=".uno:SetMinimalColumnWidth"> <property name="visible">True</property> @@ -365,6 +375,9 @@ <object class="GtkToolbar" id="delete"> <property name="visible">True</property> <property name="can_focus">False</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:DeleteRows"> <property name="visible">True</property> @@ -420,6 +433,9 @@ <object class="GtkToolbar" id="split_merge"> <property name="visible">True</property> <property name="can_focus">False</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:MergeCells"> <property name="visible">True</property> @@ -474,6 +490,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</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:TableCellBackgroundColor"> <property name="visible">True</property> |