[longomatch] Fix dialog title and logo
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix dialog title and logo
- Date: Thu, 27 Jun 2013 20:30:56 +0000 (UTC)
commit 3b2d6937fd5e9a28b94ad550df09ce33e269f145
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Jun 27 22:29:02 2013 +0200
Fix dialog title and logo
.../LongoMatch.Gui.Dialog.PropertiesEditor.cs | 6 ++++++
LongoMatch.GUI/gtk-gui/gui.stetic | 6 ++++++
2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
index 28271ee..6f180ae 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PropertiesEditor.cs
@@ -17,7 +17,13 @@ namespace LongoMatch.Gui.Dialog
global::Stetic.Gui.Initialize (this);
// Widget LongoMatch.Gui.Dialog.PropertiesEditor
this.Name = "LongoMatch.Gui.Dialog.PropertiesEditor";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Preferences");
+ this.Icon = global::Gdk.Pixbuf.LoadFromResource ("logo.svg");
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.Modal = true;
+ this.Gravity = ((global::Gdk.Gravity)(5));
+ this.SkipPagerHint = true;
+ this.SkipTaskbarHint = true;
// Internal child LongoMatch.Gui.Dialog.PropertiesEditor.VBox
global::Gtk.VBox w1 = this.VBox;
w1.Name = "dialog1_VBox";
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index bde4b0f..cefa508 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -7935,7 +7935,13 @@ Defining <b> Game Units </b> will help you during the analysis to in
</widget>
<widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.PropertiesEditor" design-size="604 353">
<property name="MemberName" />
+ <property name="Title" translatable="yes">Preferences</property>
+ <property name="Icon">resource:logo.svg</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>
<child internal-child="VBox">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]