[chronojump] bigger start task button on dialog_person_popup



commit 1ecc0d1473ca119da3f8eb9ce0c74c56b52bce8b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jul 10 22:54:42 2017 +0200

    bigger start task button on dialog_person_popup

 glade/dialog_person_popup.glade |   25 +++++++++++++------------
 src/gui/dialogPersonPopup.cs    |    2 +-
 2 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/glade/dialog_person_popup.glade b/glade/dialog_person_popup.glade
index 0062201..7a6bd11 100644
--- a/glade/dialog_person_popup.glade
+++ b/glade/dialog_person_popup.glade
@@ -32,7 +32,8 @@
                     <property name="spacing">30</property>
                     <child>
                       <widget class="GtkImage" id="image_person">
-                        <property name="height_request">300</property>
+                        <property name="width_request">200</property>
+                        <property name="height_request">200</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="stock">gtk-missing-image</property>
@@ -49,17 +50,6 @@
                         <property name="can_focus">False</property>
                         <property name="spacing">20</property>
                         <child>
-                          <widget class="GtkLabel" id="label_rfid">
-                            <property name="can_focus">False</property>
-                            <property name="label" translatable="yes">label</property>
-                          </widget>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">False</property>
-                            <property name="position">0</property>
-                          </packing>
-                        </child>
-                        <child>
                           <widget class="GtkHBox" id="hbox3">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -208,6 +198,17 @@
                             <property name="position">0</property>
                           </packing>
                         </child>
+                        <child>
+                          <widget class="GtkLabel" id="label_rfid">
+                            <property name="can_focus">False</property>
+                            <property name="label" translatable="yes">label</property>
+                          </widget>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">0</property>
+                          </packing>
+                        </child>
                       </widget>
                       <packing>
                         <property name="expand">True</property>
diff --git a/src/gui/dialogPersonPopup.cs b/src/gui/dialogPersonPopup.cs
index 0d4f922..07b2600 100644
--- a/src/gui/dialogPersonPopup.cs
+++ b/src/gui/dialogPersonPopup.cs
@@ -98,7 +98,7 @@ public class DialogPersonPopup
                Fake_button_person_logout = new Gtk.Button();
 
                bool task_parametrized_exist = false;
-               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_capture.png");
+               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_capture_big.png");
 
                Gtk.HBox hboxRow;
                foreach(Task t in tasks)


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