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

Add help button to dialog

Change-Id: I2b4eab22da81379a94b21947872a4dc2e9214c5f
Reviewed-on: https://gerrit.libreoffice.org/11210Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst 0eb2c17d
...@@ -46,6 +46,20 @@ ...@@ -46,6 +46,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>
......
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