diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-06-29 19:10:25 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-30 13:38:45 +0000 |
commit | 5ee7caad68fecfb2124dd90e077597e92b6400c9 (patch) | |
tree | ca0e986bacd8f46775414496dc31c7ef69a5c7f5 /extras | |
parent | 675c8faefd8756f7c43312f23eb341797bcbca4d (diff) |
GSoC added button with small padding
+ vcl builder setups action for custom buttons
+ new control: vcllo-SmallButton with WB_SMALLSTYLE property
Change-Id: I54891969f26d237eac8e45532906d76040264272
Reviewed-on: https://gerrit.libreoffice.org/26781
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 30dcecc94470..8744ebfb6bde 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -821,5 +821,8 @@ <glade-widget-class title="Slide Transition Pane" name="sdlo-SlideTransitionBox" generic-name="ShowText" parent="GtkToolButton" icon-name="widget-gtk-toolbutton"/> + <glade-widget-class title="Button with small padding" name="vcllo-SmallButton" + generic-name="SmallButton" parent="GtkButton" + icon-name="widget-gtk-button"/> </glade-widget-classes> </glade-catalog> |