[longomatch] Set a minimum width for the right tagging box
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Set a minimum width for the right tagging box
- Date: Tue, 6 Aug 2013 20:39:22 +0000 (UTC)
commit 77aab9fa42501db45fbe84e5b293a5b17d388a61
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 6 22:38:47 2013 +0200
Set a minimum width for the right tagging box
.../gtk-gui/LongoMatch.Gui.MainWindow.cs | 5 ++++-
LongoMatch.GUI/gtk-gui/gui.stetic | 7 +++++--
2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
index f0b9178..fc078be 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -295,6 +295,7 @@ namespace LongoMatch.Gui
w11.Shrink = false;
// Container child hpaned1.Gtk.Paned+PanedChild
this.righthbox = new global::Gtk.HBox ();
+ this.righthbox.WidthRequest = 100;
this.righthbox.Name = "righthbox";
this.righthbox.Spacing = 6;
// Container child righthbox.Gtk.Box+BoxChild
@@ -343,9 +344,11 @@ namespace LongoMatch.Gui
global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.righthbox
[this.playlist]));
w17.Position = 1;
this.hpaned1.Add (this.righthbox);
+ global::Gtk.Paned.PanedChild w18 = ((global::Gtk.Paned.PanedChild)(this.hpaned1
[this.righthbox]));
+ w18.Resize = false;
+ w18.Shrink = false;
this.hpaned.Add (this.hpaned1);
global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.hpaned
[this.hpaned1]));
- w19.Resize = false;
w19.Shrink = false;
this.vbox1.Add (this.hpaned);
global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned]));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 64bc25e..ec67928 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -2016,6 +2016,7 @@
<child>
<widget class="Gtk.HBox" id="righthbox">
<property name="MemberName" />
+ <property name="WidthRequest">100</property>
<property name="Visible">False</property>
<property name="Spacing">6</property>
<child>
@@ -2087,10 +2088,13 @@
</packing>
</child>
</widget>
+ <packing>
+ <property name="Resize">False</property>
+ <property name="Shrink">False</property>
+ </packing>
</child>
</widget>
<packing>
- <property name="Resize">False</property>
<property name="Shrink">False</property>
</packing>
</child>
@@ -8846,7 +8850,6 @@ Defining <b> Game Units </b> will help you during the analysis to in
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="Label" translatable="yes">Histogram</property>
- <property name="Active">True</property>
<property name="DrawIndicator">True</property>
<property name="HasLabel">True</property>
<property name="UseUnderline">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]