[longomatch] Change icons's position in the project selection dialog
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Change icons's position in the project selection dialog
- Date: Sun, 28 Mar 2010 15:55:40 +0000 (UTC)
commit e5cd09ae968fd11b290a39bc0a5291e73539abf6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Mar 28 16:10:43 2010 +0200
Change icons's position in the project selection dialog
.../LongoMatch.Gui.Dialog.NewProjectDialog.cs | 2 +-
LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs | 2 +-
LongoMatch/gtk-gui/gui.stetic | 79 ++++++-------------
3 files changed, 27 insertions(+), 56 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs
index 89d289e..0bacb0b 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs
@@ -25,7 +25,7 @@ namespace LongoMatch.Gui.Dialog {
this.Name = "LongoMatch.Gui.Dialog.NewProjectDialog";
this.Title = Mono.Unix.Catalog.GetString("New Project");
this.Icon = Stetic.IconLoader.LoadIcon(this, "longomatch", Gtk.IconSize.Dialog, 48);
- this.WindowPosition = ((Gtk.WindowPosition)(4));
+ this.WindowPosition = ((Gtk.WindowPosition)(1));
this.Modal = true;
this.DestroyWithParent = true;
this.Gravity = ((Gdk.Gravity)(5));
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
index e8aeb07..476f8ae 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -193,7 +193,7 @@ namespace LongoMatch.Gui {
this.ImportProjectAction.ShortLabel = Mono.Unix.Catalog.GetString("_Import Project");
w1.Add(this.ImportProjectAction, "<Control>i");
this.FreeCaptureModeAction = new Gtk.RadioAction("FreeCaptureModeAction", Mono.Unix.Catalog.GetString("Free Capture Mode"), null, null, 0);
- this.FreeCaptureModeAction.Group = this.AnalyzeModeAction.Group;
+ this.FreeCaptureModeAction.Group = this.CaptureModeAction.Group;
this.FreeCaptureModeAction.Sensitive = false;
this.FreeCaptureModeAction.ShortLabel = Mono.Unix.Catalog.GetString("Free Capture Mode");
w1.Add(this.FreeCaptureModeAction, null);
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index a8ba3f8..34a7c8e 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -5377,12 +5377,15 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectSelectionDialog" design-size="355 138">
+ <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.ProjectSelectionDialog" design-size="298 138">
<property name="MemberName" />
<property name="Title" translatable="yes">New Project</property>
<property name="Icon">stock:longomatch Menu</property>
<property name="WindowPosition">CenterOnParent</property>
<property name="Modal">True</property>
+ <property name="Gravity">Center</property>
+ <property name="SkipPagerHint">True</property>
+ <property name="SkipTaskbarHint">True</property>
<property name="Buttons">2</property>
<property name="HelpButton">False</property>
<property name="HasSeparator">False</property>
@@ -5399,45 +5402,29 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
<property name="MemberName" />
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.Image" id="image61">
+ <widget class="Gtk.RadioButton" id="fromfileradiobutton">
<property name="MemberName" />
- <property name="Pixbuf">resource:video.png</property>
+ <property name="CanFocus">True</property>
+ <property name="Label" translatable="yes">New project usng a video file</property>
+ <property name="Active">True</property>
+ <property name="DrawIndicator">True</property>
+ <property name="HasLabel">True</property>
+ <property name="UseUnderline">True</property>
+ <property name="FocusOnClick">False</property>
+ <property name="Group">project</property>
</widget>
<packing>
<property name="Position">0</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="label1">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">New project using a video file</property>
- </widget>
- <packing>
- <property name="Position">1</property>
<property name="AutoSize">False</property>
</packing>
</child>
<child>
- <widget class="Gtk.RadioButton" id="fromfileradiobutton">
+ <widget class="Gtk.Image" id="image61">
<property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="Label" translatable="yes" />
- <property name="Active">True</property>
- <property name="DrawIndicator">True</property>
- <property name="HasLabel">False</property>
- <property name="UseUnderline">True</property>
- <property name="FocusOnClick">False</property>
- <property name="Group">project</property>
- <child>
- <placeholder />
- </child>
+ <property name="Pixbuf">resource:video.png</property>
</widget>
<packing>
- <property name="Position">2</property>
+ <property name="Position">1</property>
<property name="AutoSize">False</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -5456,44 +5443,28 @@ You can add new tags using the text entry and clicking "Add Tag"</property>
<property name="MemberName" />
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.Image" id="image62">
+ <widget class="Gtk.RadioButton" id="fakeliveradiobutton">
<property name="MemberName" />
- <property name="Pixbuf">resource:camera-video.png</property>
+ <property name="CanFocus">True</property>
+ <property name="Label" translatable="yes">Live project using a fake capture device</property>
+ <property name="DrawIndicator">True</property>
+ <property name="HasLabel">True</property>
+ <property name="UseUnderline">True</property>
+ <property name="Group">project</property>
</widget>
<packing>
<property name="Position">0</property>
<property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
</packing>
</child>
<child>
- <widget class="Gtk.Label" id="label2">
+ <widget class="Gtk.Image" id="image62">
<property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">Live project using a fake capture device</property>
+ <property name="Pixbuf">resource:camera-video.png</property>
</widget>
<packing>
<property name="Position">1</property>
<property name="AutoSize">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.RadioButton" id="fakeliveradiobutton">
- <property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="Label" translatable="yes" />
- <property name="DrawIndicator">True</property>
- <property name="HasLabel">False</property>
- <property name="UseUnderline">True</property>
- <property name="Group">project</property>
- <child>
- <placeholder />
- </child>
- </widget>
- <packing>
- <property name="Position">2</property>
- <property name="AutoSize">False</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
</packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]