[chronojump] scrolled window on sprint image



commit a70fa98aa5ff08862dd02a8c4941dd4c52b1b8ac
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Mar 30 17:51:23 2017 +0200

    scrolled window on sprint image

 glade/app1.glade |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index b9345a6..aa4dc92 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -13617,21 +13617,29 @@ Concentric</property>
                                                   </packing>
                                                 </child>
                                                 <child>
-                                                  <widget class="GtkViewport" id="viewport_sprint">
-                                                    <property name="height_request">150</property>
+                                                  <widget class="GtkScrolledWindow" id="scrolledwindow4">
                                                     <property name="visible">True</property>
-                                                    <property name="can_focus">False</property>
+                                                    <property name="can_focus">True</property>
+                                                    <property name="hscrollbar_policy">automatic</property>
+                                                    <property name="vscrollbar_policy">automatic</property>
                                                     <child>
-                                                      <widget class="GtkImage" id="image_sprint">
+                                                      <widget class="GtkViewport" id="viewport_sprint">
+                                                        <property name="height_request">150</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">False</property>
-                                                        <property name="stock">gtk-missing-image</property>
+                                                        <child>
+                                                          <widget class="GtkImage" id="image_sprint">
+                                                            <property name="visible">True</property>
+                                                            <property name="can_focus">False</property>
+                                                            <property 
name="stock">gtk-missing-image</property>
+                                                          </widget>
+                                                        </child>
                                                       </widget>
                                                     </child>
                                                   </widget>
                                                   <packing>
                                                     <property name="resize">True</property>
-                                                    <property name="shrink">False</property>
+                                                    <property name="shrink">True</property>
                                                   </packing>
                                                 </child>
                                               </widget>
@@ -19535,6 +19543,9 @@ then click this button.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]