[longomatch] Put a scrolled window to the tags editor
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Put a scrolled window to the tags editor
- Date: Tue, 28 Oct 2014 09:52:09 +0000 (UTC)
commit 0c3530b5df7ffcf29bf6cf751da2f90710e940d1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Oct 22 20:25:53 2014 +0200
Put a scrolled window to the tags editor
.../LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs | 38 ++-
.../gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs | 105 ++++----
LongoMatch.GUI/gtk-gui/gui.stetic | 288 +++++++++++---------
3 files changed, 232 insertions(+), 199 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
index 6bd98ce..7f87028 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.EventTypeTagsEditor.cs
@@ -4,6 +4,7 @@ namespace LongoMatch.Gui.Dialog
{
public partial class EventTypeTagsEditor
{
+ private global::Gtk.ScrolledWindow scrolledwindow2;
private global::Gtk.VBox mainvbox;
private global::Gtk.Button buttonOk;
@@ -25,19 +26,28 @@ namespace LongoMatch.Gui.Dialog
w1.Name = "dialog1_VBox";
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow2.CanFocus = true;
+ this.scrolledwindow2.Name = "scrolledwindow2";
+ this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow2.Gtk.Container+ContainerChild
+ global::Gtk.Viewport w2 = new global::Gtk.Viewport ();
+ w2.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child GtkViewport.Gtk.Container+ContainerChild
this.mainvbox = new global::Gtk.VBox ();
this.mainvbox.Name = "mainvbox";
this.mainvbox.Spacing = 6;
- w1.Add (this.mainvbox);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.mainvbox]));
- w2.Position = 0;
- w2.Expand = false;
+ w2.Add (this.mainvbox);
+ this.scrolledwindow2.Add (w2);
+ w1.Add (this.scrolledwindow2);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.scrolledwindow2]));
+ w5.Position = 0;
// Internal child LongoMatch.Gui.Dialog.EventTypeTagsEditor.ActionArea
- global::Gtk.HButtonBox w3 = this.ActionArea;
- w3.Name = "dialog1_ActionArea";
- w3.Spacing = 10;
- w3.BorderWidth = ((uint)(5));
- w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ global::Gtk.HButtonBox w6 = this.ActionArea;
+ w6.Name = "dialog1_ActionArea";
+ w6.Spacing = 10;
+ w6.BorderWidth = ((uint)(5));
+ w6.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonOk = new global::Gtk.Button ();
this.buttonOk.CanDefault = true;
@@ -47,14 +57,14 @@ namespace LongoMatch.Gui.Dialog
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
this.AddActionWidget (this.buttonOk, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3
[this.buttonOk]));
- w4.Expand = false;
- w4.Fill = false;
+ global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6
[this.buttonOk]));
+ w7.Expand = false;
+ w7.Fill = false;
if ((this.Child != null)) {
this.Child.ShowAll ();
}
- this.DefaultWidth = 445;
- this.DefaultHeight = 351;
+ this.DefaultWidth = 1009;
+ this.DefaultHeight = 532;
this.Show ();
}
}
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
index 6b60c91..b8beb00 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.PlayEditor.cs
@@ -4,6 +4,8 @@ namespace LongoMatch.Gui.Dialog
{
public partial class PlayEditor
{
+ private global::Gtk.ScrolledWindow scrolledwindow2;
+ private global::Gtk.VBox vbox3;
private global::Gtk.HBox hbox4;
private global::Gtk.Frame nameframe;
private global::Gtk.Alignment GtkAlignment3;
@@ -17,7 +19,6 @@ namespace LongoMatch.Gui.Dialog
private global::Gtk.VBox tagsvbox;
private global::LongoMatch.Gui.Component.PlaysCoordinatesTagger tagger;
private global::Gtk.DrawingArea drawingarea3;
- private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -38,6 +39,18 @@ namespace LongoMatch.Gui.Dialog
w1.Name = "dialog1_VBox";
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow2.CanFocus = true;
+ this.scrolledwindow2.Name = "scrolledwindow2";
+ this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow2.Gtk.Container+ContainerChild
+ global::Gtk.Viewport w2 = new global::Gtk.Viewport ();
+ w2.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child GtkViewport1.Gtk.Container+ContainerChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
this.hbox4 = new global::Gtk.HBox ();
this.hbox4.HeightRequest = 80;
this.hbox4.Name = "hbox4";
@@ -62,10 +75,10 @@ namespace LongoMatch.Gui.Dialog
this.nameentry.IsEditable = true;
this.nameentry.InvisibleChar = '•';
this.hbox3.Add (this.nameentry);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3
[this.nameentry]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3
[this.nameentry]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
this.GtkAlignment3.Add (this.hbox3);
this.nameframe.Add (this.GtkAlignment3);
this.GtkLabel3 = new global::Gtk.Label ();
@@ -74,10 +87,10 @@ namespace LongoMatch.Gui.Dialog
this.GtkLabel3.UseMarkup = true;
this.nameframe.LabelWidget = this.GtkLabel3;
this.hbox4.Add (this.nameframe);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4
[this.nameframe]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4
[this.nameframe]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
// Container child hbox4.Gtk.Box+BoxChild
this.notesframe = new global::Gtk.Frame ();
this.notesframe.Name = "notesframe";
@@ -99,53 +112,46 @@ namespace LongoMatch.Gui.Dialog
this.GtkLabel.UseMarkup = true;
this.notesframe.LabelWidget = this.GtkLabel;
this.hbox4.Add (this.notesframe);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox4
[this.notesframe]));
- w8.Position = 1;
- w1.Add (this.hbox4);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox4]));
- w9.Position = 0;
- w9.Expand = false;
- w9.Fill = false;
- // Container child dialog1_VBox.Gtk.Box+BoxChild
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4
[this.notesframe]));
+ w9.Position = 1;
+ this.vbox3.Add (this.hbox4);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
this.tagsvbox = new global::Gtk.VBox ();
this.tagsvbox.Name = "tagsvbox";
this.tagsvbox.Spacing = 6;
- w1.Add (this.tagsvbox);
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.tagsvbox]));
- w10.Position = 1;
- // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.vbox3.Add (this.tagsvbox);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3
[this.tagsvbox]));
+ w11.Position = 1;
+ // Container child vbox3.Gtk.Box+BoxChild
this.tagger = new global::LongoMatch.Gui.Component.PlaysCoordinatesTagger ();
this.tagger.HeightRequest = 200;
this.tagger.Events = ((global::Gdk.EventMask)(256));
this.tagger.Name = "tagger";
- w1.Add (this.tagger);
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.tagger]));
- w11.Position = 2;
- // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.vbox3.Add (this.tagger);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tagger]));
+ w12.Position = 2;
+ // Container child vbox3.Gtk.Box+BoxChild
this.drawingarea3 = new global::Gtk.DrawingArea ();
this.drawingarea3.HeightRequest = 200;
this.drawingarea3.Name = "drawingarea3";
- w1.Add (this.drawingarea3);
- global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.drawingarea3]));
- w12.Position = 3;
+ this.vbox3.Add (this.drawingarea3);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3
[this.drawingarea3]));
+ w13.Position = 3;
+ w2.Add (this.vbox3);
+ this.scrolledwindow2.Add (w2);
+ w1.Add (this.scrolledwindow2);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1
[this.scrolledwindow2]));
+ w16.Position = 0;
// Internal child LongoMatch.Gui.Dialog.PlayEditor.ActionArea
- global::Gtk.HButtonBox w13 = this.ActionArea;
- w13.Name = "dialog1_ActionArea";
- w13.Spacing = 10;
- w13.BorderWidth = ((uint)(5));
- w13.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.buttonCancel = new global::Gtk.Button ();
- this.buttonCancel.CanDefault = true;
- this.buttonCancel.CanFocus = true;
- this.buttonCancel.Name = "buttonCancel";
- this.buttonCancel.UseStock = true;
- this.buttonCancel.UseUnderline = true;
- this.buttonCancel.Label = "gtk-cancel";
- this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w14 =
((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.buttonCancel]));
- w14.Expand = false;
- w14.Fill = false;
+ global::Gtk.HButtonBox w17 = this.ActionArea;
+ w17.Name = "dialog1_ActionArea";
+ w17.Spacing = 10;
+ w17.BorderWidth = ((uint)(5));
+ w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonOk = new global::Gtk.Button ();
this.buttonOk.CanDefault = true;
@@ -155,15 +161,14 @@ namespace LongoMatch.Gui.Dialog
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
this.AddActionWidget (this.buttonOk, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w15 =
((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.buttonOk]));
- w15.Position = 1;
- w15.Expand = false;
- w15.Fill = false;
+ global::Gtk.ButtonBox.ButtonBoxChild w18 =
((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk]));
+ w18.Expand = false;
+ w18.Fill = false;
if ((this.Child != null)) {
this.Child.ShowAll ();
}
this.DefaultWidth = 1021;
- this.DefaultHeight = 651;
+ this.DefaultHeight = 671;
this.Show ();
}
}
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 64f1b01..8b5348d 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -3008,7 +3008,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditCategoryDialog" design-size="324 619">
+ <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EditCategoryDialog" design-size="324 668">
<property name="MemberName" />
<property name="Title" translatable="yes">Properties</property>
<property name="Icon">stock:longomatch Menu</property>
@@ -10924,7 +10924,7 @@ You can continue with the current capture, cancel it or save your project.
</widget>
</child>
</widget>
- <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.PlayEditor" design-size="1021 651">
+ <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.PlayEditor" design-size="1021 671">
<property name="MemberName" />
<property name="Title" translatable="yes">Edit play details</property>
<property name="Icon">stock:longomatch Menu</property>
@@ -10934,149 +10934,172 @@ You can continue with the current capture, cancel it or save your project.
<property name="Gravity">Center</property>
<property name="SkipPagerHint">True</property>
<property name="SkipTaskbarHint">True</property>
- <property name="Buttons">2</property>
+ <property name="Buttons">1</property>
<property name="HelpButton">False</property>
<child internal-child="VBox">
<widget class="Gtk.VBox" id="dialog1_VBox">
<property name="MemberName" />
<property name="BorderWidth">2</property>
<child>
- <widget class="Gtk.HBox" id="hbox4">
+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow2">
<property name="MemberName" />
- <property name="HeightRequest">80</property>
- <property name="Spacing">6</property>
+ <property name="CanFocus">True</property>
+ <property name="ShadowType">In</property>
<child>
- <widget class="Gtk.Frame" id="nameframe">
+ <widget class="Gtk.Viewport" id="GtkViewport1">
<property name="MemberName" />
- <property name="WidthRequest">200</property>
<property name="ShadowType">None</property>
<child>
- <widget class="Gtk.Alignment" id="GtkAlignment3">
+ <widget class="Gtk.VBox" id="vbox3">
<property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="Yalign">0</property>
- <property name="LeftPadding">12</property>
+ <property name="Spacing">6</property>
<child>
- <widget class="Gtk.HBox" id="hbox3">
+ <widget class="Gtk.HBox" id="hbox4">
<property name="MemberName" />
+ <property name="HeightRequest">80</property>
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.Entry" id="nameentry">
+ <widget class="Gtk.Frame" id="nameframe">
<property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="IsEditable">True</property>
- <property name="InvisibleChar">•</property>
+ <property name="WidthRequest">200</property>
+ <property name="ShadowType">None</property>
+ <child>
+ <widget class="Gtk.Alignment" id="GtkAlignment3">
+ <property name="MemberName" />
+ <property name="Xalign">0</property>
+ <property name="Yalign">0</property>
+ <property name="LeftPadding">12</property>
+ <child>
+ <widget class="Gtk.HBox" id="hbox3">
+ <property name="MemberName" />
+ <property name="Spacing">6</property>
+ <child>
+ <widget class="Gtk.Entry" id="nameentry">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+ <property name="InvisibleChar">•</property>
+ </widget>
+ <packing>
+ <property name="Position">0</property>
+ <property name="AutoSize">False</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="GtkLabel3">
+ <property name="MemberName" />
+ <property name="LabelProp"
translatable="yes"><b>Name</b></property>
+ <property name="UseMarkup">True</property>
+ </widget>
+ <packing>
+ <property name="type">label_item</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="Position">0</property>
- <property name="AutoSize">False</property>
+ <property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
</packing>
</child>
+ <child>
+ <widget class="Gtk.Frame" id="notesframe">
+ <property name="MemberName" />
+ <property name="ShadowType">None</property>
+ <child>
+ <widget class="Gtk.Alignment" id="GtkAlignment">
+ <property name="MemberName" />
+ <property name="Xalign">0</property>
+ <property name="Yalign">0</property>
+ <property name="LeftPadding">12</property>
+ <child>
+ <widget class="LongoMatch.Gui.Component.NotesWidget" id="notes">
+ <property name="MemberName" />
+ <property name="HeightRequest">100</property>
+ <property name="Events">ButtonPressMask</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="GtkLabel">
+ <property name="MemberName" />
+ <property name="LabelProp"
translatable="yes"><b>Notes</b></property>
+ <property name="UseMarkup">True</property>
+ </widget>
+ <packing>
+ <property name="type">label_item</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="Position">1</property>
+ <property name="AutoSize">False</property>
+ </packing>
+ </child>
</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.VBox" id="tagsvbox">
+ <property name="MemberName" />
+ <property name="Spacing">6</property>
+ <child>
+ <placeholder />
+ </child>
+ <child>
+ <placeholder />
+ </child>
+ <child>
+ <placeholder />
+ </child>
+ </widget>
+ <packing>
+ <property name="Position">1</property>
+ <property name="AutoSize">True</property>
+ </packing>
</child>
- </widget>
- </child>
- <child>
- <widget class="Gtk.Label" id="GtkLabel3">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes"><b>Name</b></property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="type">label_item</property>
- </packing>
- </child>
- </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.Frame" id="notesframe">
- <property name="MemberName" />
- <property name="ShadowType">None</property>
- <child>
- <widget class="Gtk.Alignment" id="GtkAlignment">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="Yalign">0</property>
- <property name="LeftPadding">12</property>
<child>
- <widget class="LongoMatch.Gui.Component.NotesWidget" id="notes">
+ <widget class="LongoMatch.Gui.Component.PlaysCoordinatesTagger" id="tagger">
<property name="MemberName" />
- <property name="HeightRequest">100</property>
+ <property name="HeightRequest">200</property>
<property name="Events">ButtonPressMask</property>
</widget>
+ <packing>
+ <property name="Position">2</property>
+ <property name="AutoSize">True</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.DrawingArea" id="drawingarea3">
+ <property name="MemberName" />
+ <property name="HeightRequest">200</property>
+ </widget>
+ <packing>
+ <property name="Position">3</property>
+ <property name="AutoSize">True</property>
+ </packing>
</child>
</widget>
</child>
- <child>
- <widget class="Gtk.Label" id="GtkLabel">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes"><b>Notes</b></property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="type">label_item</property>
- </packing>
- </child>
</widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">False</property>
- </packing>
</child>
</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.VBox" id="tagsvbox">
- <property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <placeholder />
- </child>
- <child>
- <placeholder />
- </child>
- <child>
- <placeholder />
- </child>
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- </packing>
- </child>
- <child>
- <widget class="LongoMatch.Gui.Component.PlaysCoordinatesTagger" id="tagger">
- <property name="MemberName" />
- <property name="HeightRequest">200</property>
- <property name="Events">ButtonPressMask</property>
- </widget>
- <packing>
- <property name="Position">2</property>
- <property name="AutoSize">True</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.DrawingArea" id="drawingarea3">
- <property name="MemberName" />
- <property name="HeightRequest">200</property>
- </widget>
- <packing>
- <property name="Position">3</property>
- <property name="AutoSize">True</property>
</packing>
</child>
</widget>
@@ -11086,25 +11109,9 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="Spacing">10</property>
<property name="BorderWidth">5</property>
- <property name="Size">2</property>
+ <property name="Size">1</property>
<property name="LayoutStyle">End</property>
<child>
- <widget class="Gtk.Button" id="buttonCancel">
- <property name="MemberName" />
- <property name="CanDefault">True</property>
- <property name="CanFocus">True</property>
- <property name="UseStock">True</property>
- <property name="Type">StockItem</property>
- <property name="StockId">gtk-cancel</property>
- <property name="ResponseId">-6</property>
- <property name="label">gtk-cancel</property>
- </widget>
- <packing>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
<widget class="Gtk.Button" id="buttonOk">
<property name="MemberName" />
<property name="CanDefault">True</property>
@@ -11116,7 +11123,6 @@ You can continue with the current capture, cancel it or save your project.
<property name="label">gtk-ok</property>
</widget>
<packing>
- <property name="Position">1</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
</packing>
@@ -11281,7 +11287,7 @@ You can continue with the current capture, cancel it or save your project.
</widget>
</child>
</widget>
- <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EventTypeTagsEditor" design-size="445 351">
+ <widget class="Gtk.Dialog" id="LongoMatch.Gui.Dialog.EventTypeTagsEditor" design-size="1009 532">
<property name="MemberName" />
<property name="Title" translatable="yes">Edit event tags</property>
<property name="Icon">stock:longomatch Menu</property>
@@ -11298,23 +11304,35 @@ You can continue with the current capture, cancel it or save your project.
<property name="MemberName" />
<property name="BorderWidth">2</property>
<child>
- <widget class="Gtk.VBox" id="mainvbox">
+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow2">
<property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <placeholder />
- </child>
- <child>
- <placeholder />
- </child>
+ <property name="CanFocus">True</property>
+ <property name="ShadowType">In</property>
<child>
- <placeholder />
+ <widget class="Gtk.Viewport" id="GtkViewport">
+ <property name="MemberName" />
+ <property name="ShadowType">None</property>
+ <child>
+ <widget class="Gtk.VBox" id="mainvbox">
+ <property name="MemberName" />
+ <property name="Spacing">6</property>
+ <child>
+ <placeholder />
+ </child>
+ <child>
+ <placeholder />
+ </child>
+ <child>
+ <placeholder />
+ </child>
+ </widget>
+ </child>
+ </widget>
</child>
</widget>
<packing>
<property name="Position">0</property>
<property name="AutoSize">False</property>
- <property name="Expand">False</property>
</packing>
</child>
</widget>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]