[chronojump] improved gui on continuation of last commit



commit 274128ce56cbbf4402f887b15ab6c03ef4f535f0
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Apr 1 13:12:26 2020 +0200

    improved gui on continuation of last commit

 glade/app1.glade                     | 13 ++++++++-----
 src/gui/app1/sessionLoadAndImport.cs |  2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 649a5563..250d7c77 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -35170,14 +35170,15 @@ then click this button.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">False</property>
                                                         <property name="border_width">10</property>
-                                                        <property name="spacing">30</property>
+                                                        <property name="spacing">25</property>
                                                         <child>
                                                           <widget class="GtkFrame" id="frame11">
-                                                            <property name="width_request">450</property>
+                                                            <property name="width_request">500</property>
                                                             <property name="height_request">400</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="label_xalign">0</property>
+                                                            <property name="label_yalign">1</property>
                                                             <property name="shadow_type">in</property>
                                                             <child>
                                                             <widget class="GtkViewport" id="viewport8">
@@ -35745,15 +35746,16 @@ then click this button.</property>
                                                       <widget class="GtkVBox" id="session_import_box">
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">False</property>
-                                                        <property name="spacing">30</property>
+                                                        <property name="spacing">25</property>
                                                         <child>
                                                           <widget class="GtkFrame" id="frame13">
-                                                            <property name="width_request">450</property>
+                                                            <property name="width_request">500</property>
                                                             <property name="height_request">400</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">False</property>
                                                             <property name="label_xalign">0</property>
-                                                            <property name="shadow_type">none</property>
+                                                            <property name="label_yalign">1</property>
+                                                            <property name="shadow_type">in</property>
                                                             <child>
                                                             <widget class="GtkViewport" id="viewport1">
                                                             <property name="visible">True</property>
@@ -36078,6 +36080,7 @@ then click this button.</property>
                                               <widget class="GtkVBox" id="app1s_vbox_notebook_load">
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">False</property>
+                                                <property name="border_width">4</property>
                                                 <property name="spacing">10</property>
                                                 <child>
                                                   <widget class="GtkLabel" id="app1s_label_select">
diff --git a/src/gui/app1/sessionLoadAndImport.cs b/src/gui/app1/sessionLoadAndImport.cs
index 3c26f924..63e1e51c 100644
--- a/src/gui/app1/sessionLoadAndImport.cs
+++ b/src/gui/app1/sessionLoadAndImport.cs
@@ -119,7 +119,7 @@ public partial class ChronoJumpWindow
                        app1s_file_path_import.Visible = true;
                        app1s_notebook_load_button_animation.Visible = false;
                        app1s_hbuttonbox_page2_import.Visible = true;
-                       //session_load.Title = Catalog.GetString ("Import session");
+                       app1s_label_select.Text = "<b>" + Catalog.GetString ("Import session") + "</b>";
                        app1s_button_select_file_import_same_database.Visible = false; //is shown when user 
want to import a second session
                        app1s_notebook.CurrentPage = app1s_PAGE_IMPORT_START;
                }


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