diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-08-30 22:29:50 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-31 06:49:31 -0500 |
commit | 0eb2c17d0e0a9cee07d0310543d45c3c87305a10 (patch) | |
tree | 10c6790b388afea2dc1305ccbd2a433c002675c8 /sd/uiconfig/simpress | |
parent | 4e017b4fc339e530dcc57823494bd1e14807aa28 (diff) |
fdo#83289 (part) help btn for impress photo album
Help button in Impress Photo Album dialog
Change-Id: Id21a29955036ed74ee9b66be8c076ecf81f25a17
Reviewed-on: https://gerrit.libreoffice.org/11211
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sd/uiconfig/simpress')
-rw-r--r-- | sd/uiconfig/simpress/ui/photoalbum.ui | 63 |
1 files changed, 39 insertions, 24 deletions
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index 456099027cd7..c6beab87c7a1 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -1,6 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name Filename --> + <column type="gchararray"/> + </columns> + </object> + <object class="GtkListStore" id="liststore2"> + <columns> + <!-- column-name Property --> + <column type="gchararray"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">1 Image</col> + </row> + <row> + <col id="0" translatable="yes">2 Images</col> + </row> + <row> + <col id="0" translatable="yes">4 Images</col> + </row> + </data> + </object> <object class="GtkDialog" id="PhotoAlbumCreatorDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -45,6 +69,20 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -348,27 +386,4 @@ <action-widget response="0">cancel_btn</action-widget> </action-widgets> </object> - <object class="GtkListStore" id="liststore1"> - <columns> - <!-- column-name Filename --> - <column type="gchararray"/> - </columns> - </object> - <object class="GtkListStore" id="liststore2"> - <columns> - <!-- column-name Property --> - <column type="gchararray"/> - </columns> - <data> - <row> - <col id="0" translatable="yes">1 Image</col> - </row> - <row> - <col id="0" translatable="yes">2 Images</col> - </row> - <row> - <col id="0" translatable="yes">4 Images</col> - </row> - </data> - </object> </interface> |