diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-30 17:13:24 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-07-01 01:36:34 +0200 |
commit | 9bef09cb2f0c9c9e6819f28ed8e83c0edd6eadb6 (patch) | |
tree | 9a8adc6ac950879fdbbd78a7b2d973ebc906dc8c /svx/uiconfig/ui/measurewidthbar.ui | |
parent | 7b00fbddfb1cd55a68ed7481ebd4a5d5f60c6128 (diff) |
tdf#134357 we can reduce the min toolbar sidebar width
since,
commit 754bea8c6a17889f9d4d23bf98847b6b67253220
Date: Wed Apr 29 15:06:42 2020 +0100
remove the padding around the dropdown button of GtkMenuToolButtons
the GtkMenuToolButton aren't as wide anymore so we don't need a min of 5
GtkToolButtons widths for tdf#130197, now the max of either 4 GtkToolButtons or
that of 1 GtkToolButtons + 2 GtkMenuToolButton is sufficient
Change-Id: I7296805b4b3c0d86ce3d08cadc8c2659104af619
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97544
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx/uiconfig/ui/measurewidthbar.ui')
-rw-r--r-- | svx/uiconfig/ui/measurewidthbar.ui | 62 |
1 files changed, 49 insertions, 13 deletions
diff --git a/svx/uiconfig/ui/measurewidthbar.ui b/svx/uiconfig/ui/measurewidthbar.ui index ad96cc7b2339..b9019635f4a3 100644 --- a/svx/uiconfig/ui/measurewidthbar.ui +++ b/svx/uiconfig/ui/measurewidthbar.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.22.2 --> <interface domain="svx"> <requires lib="gtk+" version="3.18"/> <object class="GtkBox"> @@ -7,72 +7,108 @@ <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> - <object class="GtkToolbar" id="measurewidth"> + <object class="GtkToolbar" id="measurewidth1"> <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"> + <object class="GtkMenuToolButton" id=".uno:TableCellBackgroundColor"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> </packing> </child> <child> - <object class="GtkToolButton" id=".uno:SplitCell"> + <object class="GtkMenuToolButton" id=".uno:SetBorderStyle"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> </packing> </child> <child> - <object class="GtkToolButton" id=".uno:SplitTable"> + <object class="GtkToolButton" id=".uno:InsertFormula"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkToolbar" id="measurewidth2"> + <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:InsertRowsBefore"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id=".uno:InsertRowsAfter"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> </packing> </child> <child> - <object class="GtkToolButton" id=".uno:DeleteColumns"> + <object class="GtkToolButton" id=".uno:InsertColumnsBefore"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> </packing> </child> <child> - <object class="GtkToolButton" id=".uno:DeleteTable"> + <object class="GtkToolButton" id=".uno:InsertColumnsAfter"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">0</property> + <property name="position">1</property> </packing> </child> </object> |