diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-06 11:52:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-06 11:54:17 +0100 |
commit | ac5b44c087a9b5f20795875189fe1dc18a12c004 (patch) | |
tree | 19fe2c34b4e2128c9bdd04aaf2fa543bd4e5bf4a /extras | |
parent | c77ec4fe42c064adc507caa2760a99e096f8c016 (diff) |
tweak custom widget to give an optimal size
+ move accessibility relations into the .ui now that we can
+ drop unused hids
+ rework the format/language positions to be less weird
+ add a custom widget stub to make easy to edit with glade
Change-Id: I9607603536f9df2b7cac0074880089adad3b9860
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 1757df2642e7..ba080bf3a271 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -329,6 +329,9 @@ <glade-widget-class title="Frame Preview" name="svxlo-SvxSwFrameExample" generic-name="Frame Preview" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> + <glade-widget-class title="Presentation Preview" name="sduilo-PresLayoutPreview" + generic-name="Presentation Preview" parent="GtkDrawingArea" + icon-name="widget-gtk-drawingarea"/> <glade-widget-class title="Rectangle Control" name="svxlo-SvxRectCtl" generic-name="Rectangle Control" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> |