[chronojump] Preferences win with frame for colorbackground



commit 8dc9b65571344e492840016af1595dc7df0f95ae
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Mar 20 19:55:34 2020 +0100

    Preferences win with frame for colorbackground

 glade/preferences_win.glade | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/glade/preferences_win.glade b/glade/preferences_win.glade
index 22b15095..9ebb8178 100644
--- a/glade/preferences_win.glade
+++ b/glade/preferences_win.glade
@@ -173,11 +173,25 @@
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkDrawingArea" id="drawingarea_background_color">
-                        <property name="width_request">40</property>
-                        <property name="height_request">40</property>
+                      <widget class="GtkFrame" id="frame16">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="label_xalign">0</property>
+                        <property name="shadow_type">in</property>
+                        <child>
+                          <widget class="GtkDrawingArea" id="drawingarea_background_color">
+                            <property name="width_request">40</property>
+                            <property name="height_request">40</property>
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                          </widget>
+                        </child>
+                        <child>
+                          <placeholder/>
+                          <packing>
+                            <property name="type">label_item</property>
+                          </packing>
+                        </child>
                       </widget>
                       <packing>
                         <property name="expand">False</property>


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