[longomatch] Fix codecs dialog properties
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix codecs dialog properties
- Date: Mon, 1 Dec 2014 00:19:51 +0000 (UTC)
commit 76033c79839a15a1610922f52205a80cffa7e304
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Dec 1 01:18:53 2014 +0100
Fix codecs dialog properties
Add the longomatch icon, skip pager and taskbar and make it modal
.../LongoMatch.Gui.Dialog.CodecsChoiceDialog.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.CodecsChoiceDialog.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs
index 80a2450..d4d6b3d 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.CodecsChoiceDialog.cs
@@ -18,7 +18,13 @@ namespace LongoMatch.Gui.Dialog
global::Stetic.Gui.Initialize (this);
// Widget LongoMatch.Gui.Dialog.CodecsChoiceDialog
this.Name = "LongoMatch.Gui.Dialog.CodecsChoiceDialog";
+ this.Icon = global::Stetic.IconLoader.LoadIcon (this, "longomatch",
global::Gtk.IconSize.Menu);
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.Modal = true;
+ this.DestroyWithParent = true;
+ this.Gravity = ((global::Gdk.Gravity)(5));
+ this.SkipPagerHint = true;
+ this.SkipTaskbarHint = true;
// Internal child LongoMatch.Gui.Dialog.CodecsChoiceDialog.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 086e571..46ed323 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -10984,7 +10984,13 @@ You can continue with the current capture, cancel it or save your project.
</widget>
<widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.CodecsChoiceDialog" design-size="606 397">
<property name="MemberName" />
+ <property name="Icon">stock:longomatch Menu</property>
<property name="WindowPosition">CenterOnParent</property>
+ <property name="Modal">True</property>
+ <property name="DestroyWithParent">True</property>
+ <property name="Gravity">Center</property>
+ <property name="SkipPagerHint">True</property>
+ <property name="SkipTaskbarHint">True</property>
<property name="Buttons">1</property>
<property name="HelpButton">False</property>
<child internal-child="VBox">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]