Kaydet (Commit) 0eb2c17d authored tarafından Olivier Hallot's avatar Olivier Hallot Kaydeden (comit) Thomas Arnhold

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/11211Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst 4e017b4f
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface> <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"> <object class="GtkDialog" id="PhotoAlbumCreatorDialog">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="border_width">6</property> <property name="border_width">6</property>
...@@ -45,6 +69,20 @@ ...@@ -45,6 +69,20 @@
<property name="position">1</property> <property name="position">1</property>
</packing> </packing>
</child> </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> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -348,27 +386,4 @@ ...@@ -348,27 +386,4 @@
<action-widget response="0">cancel_btn</action-widget> <action-widget response="0">cancel_btn</action-widget>
</action-widgets> </action-widgets>
</object> </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> </interface>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment