[chronojump] Better image for encoder exercise options close
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Better image for encoder exercise options close
- Date: Sat, 10 Jun 2017 16:05:17 +0000 (UTC)
commit 8f2dbb82cb8fac0d86594706655f42861bd7f472
Author: Xavier de Blas <xaviblas gmail com>
Date: Sat Jun 10 13:04:21 2017 -0300
Better image for encoder exercise options close
glade/app1.glade | 10 ++++++++--
src/gui/chronojumpIcons.cs | 7 ++++---
src/gui/encoder.cs | 1 -
3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index d91a1b5..38e41ef 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -1319,6 +1319,9 @@
<placeholder/>
</child>
<child>
+ <placeholder/>
+ </child>
+ <child>
<widget class="GtkLabel"
id="label_start_selector_jumps">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -14699,7 +14702,7 @@ Concentric</property>
<property name="can_focus">False</property>
<property name="top_padding">10</property>
<property name="bottom_padding">10</property>
- <property name="left_padding">6</property>
+ <property name="left_padding">4</property>
<property name="right_padding">6</property>
<child>
<widget class="GtkHBox" id="hbox80">
@@ -15869,7 +15872,7 @@ Concentric</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">4</property>
- <property name="label_xalign">0</property>
+ <property
name="label_xalign">0.004999999888241291</property>
<property name="shadow_type">in</property>
<child>
<widget class="GtkAlignment"
id="alignment_encoder_capture_options">
@@ -20522,6 +20525,9 @@ then click this button.</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 32eaf93..e3d6cb1 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -187,7 +187,6 @@ public partial class ChronoJumpWindow
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_exercise.png");
image_encoder_exercise.Pixbuf = pixbuf;
- image_encoder_exercise1.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "folder_new_big.png");
image_session_new.Pixbuf = pixbuf;
@@ -212,8 +211,10 @@ public partial class ChronoJumpWindow
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_edit.png");
image_encoder_exercise_edit.Pixbuf = pixbuf;
image_edit_current_person.Pixbuf = pixbuf;
- //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_close.png");
- //image_encoder_exercise_close.Pixbuf = pixbuf;
+
+ pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_close.png");
+ image_encoder_exercise1.Pixbuf = pixbuf;
+
/*
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_up.png");
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index ae27c44..4ea0fd2 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -3501,7 +3501,6 @@ public partial class ChronoJumpWindow
UtilGtk.ComboUpdate(combo_encoder_analyze_cross, comboAnalyzeCrossOptionsTranslated, "");
combo_encoder_analyze_cross.Active = UtilGtk.ComboMakeActive(combo_encoder_analyze_cross,
- //Catalog.GetString(comboAnalyzeCrossOptions[0]));
lastActive);
if(firstCreation) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]