[Libreoffice-commits] core.git: extensions/uiconfig

Olivier Hallot olivier.hallot at edx.srv.br
Sun Aug 31 04:50:25 PDT 2014


 extensions/uiconfig/spropctrlr/ui/datatypedialog.ui |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

New commits:
commit 2e3f30c58ec2c392591401f7db9834f9e78ec749
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date:   Sat Aug 30 19:04:46 2014 -0300

    Add help button to dialog
    
    Change-Id: I2b4eab22da81379a94b21947872a4dc2e9214c5f
    Reviewed-on: https://gerrit.libreoffice.org/11210
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/extensions/uiconfig/spropctrlr/ui/datatypedialog.ui b/extensions/uiconfig/spropctrlr/ui/datatypedialog.ui
index 3508d2d..888bcca 100644
--- a/extensions/uiconfig/spropctrlr/ui/datatypedialog.ui
+++ b/extensions/uiconfig/spropctrlr/ui/datatypedialog.ui
@@ -46,6 +46,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>


More information about the Libreoffice-commits mailing list