[longomatch] Use shorter strings for the capture configuration
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use shorter strings for the capture configuration
- Date: Wed, 24 Sep 2014 20:12:10 +0000 (UTC)
commit 1ffb670f0c13377a6357721f0f466ef6bb9c6d81
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Aug 21 20:11:53 2014 +0200
Use shorter strings for the capture configuration
.../LongoMatch.Gui.Panel.NewProjectPanel.cs | 10 ++----
LongoMatch.GUI/gtk-gui/gui.stetic | 30 ++++++++-----------
2 files changed, 16 insertions(+), 24 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
index da1857d..ae1c625 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
@@ -550,7 +550,6 @@ namespace LongoMatch.Gui.Panel
global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.capturetable
[this.encodingcombobox]));
w74.LeftAttach = ((uint)(3));
w74.RightAttach = ((uint)(4));
- w74.XOptions = ((global::Gtk.AttachOptions)(4));
w74.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child capturetable.Gtk.Table+TableChild
this.hbox6 = new global::Gtk.HBox ();
@@ -597,7 +596,6 @@ namespace LongoMatch.Gui.Panel
global::Gtk.Table.TableChild w80 = ((global::Gtk.Table.TableChild)(this.capturetable
[this.hbox7]));
w80.LeftAttach = ((uint)(1));
w80.RightAttach = ((uint)(2));
- w80.XOptions = ((global::Gtk.AttachOptions)(4));
w80.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child capturetable.Gtk.Table+TableChild
this.imagecombobox = global::Gtk.ComboBox.NewText ();
@@ -608,7 +606,6 @@ namespace LongoMatch.Gui.Panel
w81.BottomAttach = ((uint)(2));
w81.LeftAttach = ((uint)(1));
w81.RightAttach = ((uint)(2));
- w81.XOptions = ((global::Gtk.AttachOptions)(4));
w81.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child capturetable.Gtk.Table+TableChild
this.qualitycombobox = global::Gtk.ComboBox.NewText ();
@@ -619,7 +616,6 @@ namespace LongoMatch.Gui.Panel
w82.BottomAttach = ((uint)(2));
w82.LeftAttach = ((uint)(3));
w82.RightAttach = ((uint)(4));
- w82.XOptions = ((global::Gtk.AttachOptions)(4));
w82.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child capturetable.Gtk.Table+TableChild
this.qualitylabel = new global::Gtk.Label ();
@@ -636,16 +632,17 @@ namespace LongoMatch.Gui.Panel
// Container child capturetable.Gtk.Table+TableChild
this.sizelabel = new global::Gtk.Label ();
this.sizelabel.Name = "sizelabel";
- this.sizelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Image format:");
+ this.sizelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Size:");
this.capturetable.Add (this.sizelabel);
global::Gtk.Table.TableChild w84 = ((global::Gtk.Table.TableChild)(this.capturetable
[this.sizelabel]));
w84.TopAttach = ((uint)(1));
w84.BottomAttach = ((uint)(2));
+ w84.XOptions = ((global::Gtk.AttachOptions)(4));
w84.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child capturetable.Gtk.Table+TableChild
this.videoformatlabel = new global::Gtk.Label ();
this.videoformatlabel.Name = "videoformatlabel";
- this.videoformatlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Encoding
format:");
+ this.videoformatlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Format:");
this.capturetable.Add (this.videoformatlabel);
global::Gtk.Table.TableChild w85 = ((global::Gtk.Table.TableChild)(this.capturetable
[this.videoformatlabel]));
w85.LeftAttach = ((uint)(2));
@@ -681,7 +678,6 @@ namespace LongoMatch.Gui.Panel
global::Gtk.Table.TableChild w89 = ((global::Gtk.Table.TableChild)(this.righttable
[this.tagscombobox]));
w89.LeftAttach = ((uint)(1));
w89.RightAttach = ((uint)(2));
- w89.XOptions = ((global::Gtk.AttachOptions)(4));
w89.YOptions = ((global::Gtk.AttachOptions)(0));
this.topbox.Add (this.righttable);
global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.topbox
[this.righttable]));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index aa19cb4..c63471e 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -7018,10 +7018,9 @@ You can continue with the current capture, cancel it or save your project.
<packing>
<property name="LeftAttach">3</property>
<property name="RightAttach">4</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
+ <property name="AutoSize">False</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
+ <property name="XExpand">True</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -7101,10 +7100,9 @@ You can continue with the current capture, cancel it or save your project.
<packing>
<property name="LeftAttach">1</property>
<property name="RightAttach">2</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
+ <property name="AutoSize">False</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
+ <property name="XExpand">True</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -7123,10 +7121,9 @@ You can continue with the current capture, cancel it or save your project.
<property name="BottomAttach">2</property>
<property name="LeftAttach">1</property>
<property name="RightAttach">2</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
+ <property name="AutoSize">False</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
+ <property name="XExpand">True</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -7145,10 +7142,9 @@ You can continue with the current capture, cancel it or save your project.
<property name="BottomAttach">2</property>
<property name="LeftAttach">3</property>
<property name="RightAttach">4</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
+ <property name="AutoSize">False</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
+ <property name="XExpand">True</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -7180,14 +7176,15 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Label" id="sizelabel">
<property name="MemberName" />
- <property name="LabelProp" translatable="yes">Image format:</property>
+ <property name="LabelProp" translatable="yes">Size:</property>
</widget>
<packing>
<property name="TopAttach">1</property>
<property name="BottomAttach">2</property>
<property name="AutoSize">False</property>
+ <property name="XOptions">Fill</property>
<property name="YOptions">Fill</property>
- <property name="XExpand">True</property>
+ <property name="XExpand">False</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
@@ -7198,7 +7195,7 @@ You can continue with the current capture, cancel it or save your project.
<child>
<widget class="Gtk.Label" id="videoformatlabel">
<property name="MemberName" />
- <property name="LabelProp" translatable="yes">Encoding format:</property>
+ <property name="LabelProp" translatable="yes">Format:</property>
</widget>
<packing>
<property name="LeftAttach">2</property>
@@ -7276,9 +7273,8 @@ You can continue with the current capture, cancel it or save your project.
<property name="LeftAttach">1</property>
<property name="RightAttach">2</property>
<property name="AutoSize">False</property>
- <property name="XOptions">Fill</property>
<property name="YOptions">0</property>
- <property name="XExpand">False</property>
+ <property name="XExpand">True</property>
<property name="XFill">True</property>
<property name="XShrink">False</property>
<property name="YExpand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]