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

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


 sd/uiconfig/simpress/ui/photoalbum.ui |   63 +++++++++++++++++++++-------------
 1 file changed, 39 insertions(+), 24 deletions(-)

New commits:
commit 0eb2c17d0e0a9cee07d0310543d45c3c87305a10
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date:   Sat Aug 30 22:29:50 2014 -0300

    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 at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui
index 4560990..c6beab8 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>


More information about the Libreoffice-commits mailing list