[longomatch] Break lines correctly in labels
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Break lines correctly in labels
- Date: Mon, 16 Feb 2015 13:44:00 +0000 (UTC)
commit d8bd517a803ae19e9822872b17e8ce3a58442724
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Feb 16 14:38:37 2015 +0100
Break lines correctly in labels
.../LongoMatch.Gui.Panel.NewProjectPanel.cs | 12 ++++++++++++
LongoMatch.GUI/gtk-gui/gui.stetic | 12 ++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
index c82232b..e1ee4ff 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
@@ -163,6 +163,9 @@ namespace LongoMatch.Gui.Panel
this.label2.WidthRequest = 180;
this.label2.Name = "label2";
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Video file");
+ this.label2.Wrap = true;
+ this.label2.Justify = ((global::Gtk.Justification)(2));
+ this.label2.WidthChars = 1;
this.vbox12.Add (this.label2);
global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.label2]));
w6.Position = 1;
@@ -202,6 +205,9 @@ namespace LongoMatch.Gui.Panel
this.label4.WidthRequest = 180;
this.label4.Name = "label4";
this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Capture device");
+ this.label4.Wrap = true;
+ this.label4.Justify = ((global::Gtk.Justification)(2));
+ this.label4.WidthChars = 1;
this.vbox13.Add (this.label4);
global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox13
[this.label4]));
w11.Position = 1;
@@ -241,6 +247,9 @@ namespace LongoMatch.Gui.Panel
this.label5.WidthRequest = 180;
this.label5.Name = "label5";
this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Fake capture device");
+ this.label5.Wrap = true;
+ this.label5.Justify = ((global::Gtk.Justification)(2));
+ this.label5.WidthChars = 1;
this.vbox14.Add (this.label5);
global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox14
[this.label5]));
w16.Position = 1;
@@ -280,6 +289,9 @@ namespace LongoMatch.Gui.Panel
this.label6.WidthRequest = 180;
this.label6.Name = "label6";
this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Ip camera");
+ this.label6.Wrap = true;
+ this.label6.Justify = ((global::Gtk.Justification)(2));
+ this.label6.WidthChars = 1;
this.vbox15.Add (this.label6);
global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox15
[this.label6]));
w21.Position = 1;
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index ddfbaf5..614b8cf 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -5944,6 +5944,9 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="WidthRequest">180</property>
<property name="LabelProp" translatable="yes">Video file</property>
+ <property name="Wrap">True</property>
+ <property name="Justify">Center</property>
+ <property name="WidthChars">1</property>
</widget>
<packing>
<property name="Position">1</property>
@@ -5996,6 +5999,9 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="WidthRequest">180</property>
<property name="LabelProp" translatable="yes">Capture device</property>
+ <property name="Wrap">True</property>
+ <property name="Justify">Center</property>
+ <property name="WidthChars">1</property>
</widget>
<packing>
<property name="Position">1</property>
@@ -6048,6 +6054,9 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="WidthRequest">180</property>
<property name="LabelProp" translatable="yes">Fake capture device</property>
+ <property name="Wrap">True</property>
+ <property name="Justify">Center</property>
+ <property name="WidthChars">1</property>
</widget>
<packing>
<property name="Position">1</property>
@@ -6100,6 +6109,9 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="WidthRequest">180</property>
<property name="LabelProp" translatable="yes">Ip camera</property>
+ <property name="Wrap">True</property>
+ <property name="Justify">Center</property>
+ <property name="WidthChars">1</property>
</widget>
<packing>
<property name="Position">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]