[longomatch/newui: 83/157] Some more adjustments to font sizes and paddings.



commit ad73f5b34f21c01887d34a471922e1ab8ae61f3d
Author: Julien Moutte <julien fluendo com>
Date:   Mon Aug 25 16:29:08 2014 +0200

    Some more adjustments to font sizes and paddings.

 LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs   |   24 +++---
 .../LongoMatch.Gui.Component.CategoryProperties.cs |   30 ++++----
 .../LongoMatch.Gui.Component.DashboardWidget.cs    |   23 ++++--
 .../LongoMatch.Gui.Component.TeamTemplateEditor.cs |    4 +-
 .../LongoMatch.Gui.Panel.SportsTemplatesPanel.cs   |    9 +-
 .../LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs    |    8 +-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |   78 +++++++++++---------
 7 files changed, 94 insertions(+), 82 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs 
b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
index d55c916..5a7dc31 100644
--- a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
@@ -47,18 +47,6 @@ namespace LongoMatch.Gui.Panel
                        provider = Config.CategoriesTemplatesProvider;
 
                        // Assign images
-                       templateimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-template-header", 45, 
IconLookupFlags.ForceSvg);
-                       categoryheaderimage.Pixbuf = IconTheme.Default.LoadIcon 
("longomatch-category-header", 45, IconLookupFlags.ForceSvg);
-                       newtemplateimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-template-add", 34, 
IconLookupFlags.ForceSvg);
-                       deletetemplateimage.Pixbuf = IconTheme.Default.LoadIcon 
("longomatch-template-delete", 34, IconLookupFlags.ForceSvg);
-                       savetemplateimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-template-save", 
34, IconLookupFlags.ForceSvg);
-                       addcategoryimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-category", 34, 
IconLookupFlags.ForceSvg);
-                       addtagimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-tag", 34, 
IconLookupFlags.ForceSvg);
-                       scoreimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-score", 34, 
IconLookupFlags.ForceSvg);
-                       cardimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-card", 34, 
IconLookupFlags.ForceSvg);
-                       timerimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-timer", 34, 
IconLookupFlags.ForceSvg);
-                       vseparatorimage.Pixbuf = IconTheme.Default.LoadIcon ("vertical-separator", 34, 
IconLookupFlags.ForceSvg);
-                       
                        panelheader1.ApplyVisible = false;
                        panelheader1.Title = "ANALYSIS DASHBOARD EDITOR";
                        panelheader1.BackClicked += (sender, o) => {
@@ -66,6 +54,18 @@ namespace LongoMatch.Gui.Panel
                                        BackEvent();
                        };
 
+                       templateimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-template-header", 54, 
IconLookupFlags.ForceSvg);
+                       categoryheaderimage.Pixbuf = IconTheme.Default.LoadIcon 
("longomatch-category-header", 47, IconLookupFlags.ForceSvg);
+                       newtemplateimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-template-add", 36, 
IconLookupFlags.ForceSvg);
+                       deletetemplateimage.Pixbuf = IconTheme.Default.LoadIcon 
("longomatch-template-delete", 36, IconLookupFlags.ForceSvg);
+                       savetemplateimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-template-save", 
36, IconLookupFlags.ForceSvg);
+                       addcategoryimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-category", 36, 
IconLookupFlags.ForceSvg);
+                       addtagimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-tag", 36, 
IconLookupFlags.ForceSvg);
+                       scoreimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-score", 36, 
IconLookupFlags.ForceSvg);
+                       cardimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-card", 36, 
IconLookupFlags.ForceSvg);
+                       timerimage.Pixbuf = IconTheme.Default.LoadIcon ("longomatch-tag-timer", 36, 
IconLookupFlags.ForceSvg);
+                       vseparatorimage.Pixbuf = IconTheme.Default.LoadIcon ("vertical-separator", 54, 
IconLookupFlags.ForceSvg);
+
                        // Connect buttons from the bar
                        newtemplatebutton.Entered += HandleEnterTemplateButton;
                        newtemplatebutton.Left += HandleLeftTemplateButton;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
index b90467d..5365f61 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
@@ -87,7 +87,7 @@ namespace LongoMatch.Gui.Component
                        this.label1 = new global::Gtk.Label ();
                        this.label1.Name = "label1";
                        this.label1.Xalign = 1F;
-                       this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Name</b>");
+                       this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Name</span>");
                        this.label1.UseMarkup = true;
                        this.table2.Add (this.label1);
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 
[this.label1]));
@@ -97,7 +97,7 @@ namespace LongoMatch.Gui.Component
                        this.label13 = new global::Gtk.Label ();
                        this.label13.Name = "label13";
                        this.label13.Xalign = 1F;
-                       this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Text color</b>");
+                       this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Text color</span>");
                        this.label13.UseMarkup = true;
                        this.table2.Add (this.label13);
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 
[this.label13]));
@@ -108,7 +108,7 @@ namespace LongoMatch.Gui.Component
                        this.label4 = new global::Gtk.Label ();
                        this.label4.Name = "label4";
                        this.label4.Xalign = 1F;
-                       this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Color</b>");
+                       this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Color</span>");
                        this.label4.UseMarkup = true;
                        this.table2.Add (this.label4);
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 
[this.label4]));
@@ -120,7 +120,7 @@ namespace LongoMatch.Gui.Component
                        this.label7 = new global::Gtk.Label ();
                        this.label7.Name = "label7";
                        this.label7.Xalign = 1F;
-                       this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Lead time (s)</b>");
+                       this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Lead time (s)</span>");
                        this.label7.UseMarkup = true;
                        this.table2.Add (this.label7);
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 
[this.label7]));
@@ -132,7 +132,7 @@ namespace LongoMatch.Gui.Component
                        this.label8 = new global::Gtk.Label ();
                        this.label8.Name = "label8";
                        this.label8.Xalign = 1F;
-                       this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Lag time (s)</b>");
+                       this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Lag time (s)</span>");
                        this.label8.UseMarkup = true;
                        this.table2.Add (this.label8);
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 
[this.label8]));
@@ -186,7 +186,7 @@ namespace LongoMatch.Gui.Component
                        this.taglabel = new global::Gtk.Label ();
                        this.taglabel.Name = "taglabel";
                        this.taglabel.Xalign = 1F;
-                       this.taglabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Tag mode</b>");
+                       this.taglabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Tag mode</span>");
                        this.taglabel.UseMarkup = true;
                        this.table2.Add (this.taglabel);
                        global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 
[this.taglabel]));
@@ -298,7 +298,7 @@ namespace LongoMatch.Gui.Component
                        this.label10 = new global::Gtk.Label ();
                        this.label10.Name = "label10";
                        this.label10.Xalign = 1F;
-                       this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Field 
position</b>");
+                       this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Field position</span>");
                        this.label10.UseMarkup = true;
                        this.cattable.Add (this.label10);
                        global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.cattable 
[this.label10]));
@@ -310,7 +310,7 @@ namespace LongoMatch.Gui.Component
                        this.label11 = new global::Gtk.Label ();
                        this.label11.Name = "label11";
                        this.label11.Xalign = 1F;
-                       this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Half field 
position</b>");
+                       this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Half field position</span>");
                        this.label11.UseMarkup = true;
                        this.cattable.Add (this.label11);
                        global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.cattable 
[this.label11]));
@@ -322,7 +322,7 @@ namespace LongoMatch.Gui.Component
                        this.label12 = new global::Gtk.Label ();
                        this.label12.Name = "label12";
                        this.label12.Xalign = 1F;
-                       this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Goal position</b>");
+                       this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Goal position</span>");
                        this.label12.UseMarkup = true;
                        this.cattable.Add (this.label12);
                        global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.cattable 
[this.label12]));
@@ -334,7 +334,7 @@ namespace LongoMatch.Gui.Component
                        this.label14 = new global::Gtk.Label ();
                        this.label14.Name = "label14";
                        this.label14.Xalign = 1F;
-                       this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Show tags</b>");
+                       this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Show tags</span>");
                        this.label14.UseMarkup = true;
                        this.cattable.Add (this.label14);
                        global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.cattable 
[this.label14]));
@@ -344,7 +344,7 @@ namespace LongoMatch.Gui.Component
                        this.label15 = new global::Gtk.Label ();
                        this.label15.Name = "label15";
                        this.label15.Xalign = 1F;
-                       this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Tags per row</b>");
+                       this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Tags per row</span>");
                        this.label15.UseMarkup = true;
                        this.cattable.Add (this.label15);
                        global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.cattable 
[this.label15]));
@@ -355,7 +355,7 @@ namespace LongoMatch.Gui.Component
                        this.label6 = new global::Gtk.Label ();
                        this.label6.Name = "label6";
                        this.label6.Xalign = 1F;
-                       this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>HotKey</b>");
+                       this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">HotKey</span>");
                        this.label6.UseMarkup = true;
                        this.cattable.Add (this.label6);
                        global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.cattable 
[this.label6]));
@@ -367,7 +367,7 @@ namespace LongoMatch.Gui.Component
                        this.label9 = new global::Gtk.Label ();
                        this.label9.Name = "label9";
                        this.label9.Xalign = 1F;
-                       this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Sort Method</b>");
+                       this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Sort Method</span>");
                        this.label9.UseMarkup = true;
                        this.cattable.Add (this.label9);
                        global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.cattable 
[this.label9]));
@@ -433,7 +433,7 @@ namespace LongoMatch.Gui.Component
                        this.label16 = new global::Gtk.Label ();
                        this.label16.Name = "label16";
                        this.label16.Xalign = 1F;
-                       this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Shape</b>");
+                       this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Shape</span>");
                        this.label16.UseMarkup = true;
                        this.cardtable.Add (this.label16);
                        global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.cardtable 
[this.label16]));
@@ -464,7 +464,7 @@ namespace LongoMatch.Gui.Component
                        this.label17 = new global::Gtk.Label ();
                        this.label17.Name = "label17";
                        this.label17.Xalign = 1F;
-                       this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Points</b>");
+                       this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Points</span>");
                        this.label17.UseMarkup = true;
                        this.scoretable.Add (this.label17);
                        global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.scoretable 
[this.label17]));
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
index ea459c9..5533741 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.DashboardWidget.cs
@@ -262,7 +262,7 @@ namespace LongoMatch.Gui.Component
                        // Container child fieldeventbox.Gtk.Container+ContainerChild
                        this.vbox12 = new global::Gtk.VBox ();
                        this.vbox12.Name = "vbox12";
-                       this.vbox12.Spacing = 6;
+                       this.vbox12.Spacing = 2;
                        // Container child vbox12.Gtk.Box+BoxChild
                        this.fieldimage = new global::Gtk.Image ();
                        this.fieldimage.WidthRequest = 71;
@@ -276,7 +276,7 @@ namespace LongoMatch.Gui.Component
                        // Container child vbox12.Gtk.Box+BoxChild
                        this.fieldlabel1 = new global::Gtk.Label ();
                        this.fieldlabel1.Name = "fieldlabel1";
-                       this.fieldlabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Field");
+                       this.fieldlabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Field</span>");
                        this.fieldlabel1.UseMarkup = true;
                        this.fieldlabel1.Wrap = true;
                        this.fieldlabel1.Justify = ((global::Gtk.Justification)(2));
@@ -288,7 +288,8 @@ namespace LongoMatch.Gui.Component
                        // Container child vbox12.Gtk.Box+BoxChild
                        this.fieldlabel2 = new global::Gtk.Label ();
                        this.fieldlabel2.Name = "fieldlabel2";
-                       this.fieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("click to 
change...");
+                       this.fieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"8\">click to change...</span>");
+                       this.fieldlabel2.UseMarkup = true;
                        this.vbox12.Add (this.fieldlabel2);
                        global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox12 
[this.fieldlabel2]));
                        w54.Position = 2;
@@ -350,7 +351,7 @@ namespace LongoMatch.Gui.Component
                        // Container child hfieldeventbox.Gtk.Container+ContainerChild
                        this.vbox14 = new global::Gtk.VBox ();
                        this.vbox14.Name = "vbox14";
-                       this.vbox14.Spacing = 6;
+                       this.vbox14.Spacing = 2;
                        // Container child vbox14.Gtk.Box+BoxChild
                        this.hfieldimage = new global::Gtk.Image ();
                        this.hfieldimage.WidthRequest = 71;
@@ -364,7 +365,8 @@ namespace LongoMatch.Gui.Component
                        // Container child vbox14.Gtk.Box+BoxChild
                        this.hfieldlabel1 = new global::Gtk.Label ();
                        this.hfieldlabel1.Name = "hfieldlabel1";
-                       this.hfieldlabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Half field");
+                       this.hfieldlabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Half field</span>");
+                       this.hfieldlabel1.UseMarkup = true;
                        this.vbox14.Add (this.hfieldlabel1);
                        global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox14 
[this.hfieldlabel1]));
                        w70.Position = 1;
@@ -373,7 +375,8 @@ namespace LongoMatch.Gui.Component
                        // Container child vbox14.Gtk.Box+BoxChild
                        this.hfieldlabel2 = new global::Gtk.Label ();
                        this.hfieldlabel2.Name = "hfieldlabel2";
-                       this.hfieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("click to 
change...");
+                       this.hfieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"8\">click to change...</span>");
+                       this.hfieldlabel2.UseMarkup = true;
                        this.vbox14.Add (this.hfieldlabel2);
                        global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox14 
[this.hfieldlabel2]));
                        w71.Position = 2;
@@ -435,7 +438,7 @@ namespace LongoMatch.Gui.Component
                        // Container child goaleventbox.Gtk.Container+ContainerChild
                        this.vbox16 = new global::Gtk.VBox ();
                        this.vbox16.Name = "vbox16";
-                       this.vbox16.Spacing = 6;
+                       this.vbox16.Spacing = 2;
                        // Container child vbox16.Gtk.Box+BoxChild
                        this.goalimage = new global::Gtk.Image ();
                        this.goalimage.WidthRequest = 71;
@@ -449,7 +452,8 @@ namespace LongoMatch.Gui.Component
                        // Container child vbox16.Gtk.Box+BoxChild
                        this.goallabel1 = new global::Gtk.Label ();
                        this.goallabel1.Name = "goallabel1";
-                       this.goallabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Goal");
+                       this.goallabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">Goal</span>");
+                       this.goallabel1.UseMarkup = true;
                        this.vbox16.Add (this.goallabel1);
                        global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox16 
[this.goallabel1]));
                        w87.Position = 1;
@@ -458,7 +462,8 @@ namespace LongoMatch.Gui.Component
                        // Container child vbox16.Gtk.Box+BoxChild
                        this.goallabel2 = new global::Gtk.Label ();
                        this.goallabel2.Name = "goallabel2";
-                       this.goallabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("click to 
change...");
+                       this.goallabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"8\">click to change...</span>");
+                       this.goallabel2.UseMarkup = true;
                        this.vbox16.Add (this.goallabel2);
                        global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox16 
[this.goallabel2]));
                        w88.Position = 2;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs
index 50d1c04..d5c6fa9 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.TeamTemplateEditor.cs
@@ -133,7 +133,7 @@ namespace LongoMatch.Gui.Component
                        // Container child shieldvbox.Gtk.Box+BoxChild
                        this.teamshieldlabel2 = new global::Gtk.Label ();
                        this.teamshieldlabel2.Name = "teamshieldlabel2";
-                       this.teamshieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">click to change...</span>");
+                       this.teamshieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"8\">click to change...</span>");
                        this.teamshieldlabel2.UseMarkup = true;
                        this.shieldvbox.Add (this.teamshieldlabel2);
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.shieldvbox 
[this.teamshieldlabel2]));
@@ -337,7 +337,7 @@ namespace LongoMatch.Gui.Component
                        // Container child playervbox.Gtk.Box+BoxChild
                        this.playerimagelabel2 = new global::Gtk.Label ();
                        this.playerimagelabel2.Name = "playerimagelabel2";
-                       this.playerimagelabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"10\">click to change...</span>");
+                       this.playerimagelabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span 
font_desc=\"8\">click to change...</span>");
                        this.playerimagelabel2.UseMarkup = true;
                        this.playervbox.Add (this.playerimagelabel2);
                        global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.playervbox 
[this.playerimagelabel2]));
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
index 0bf4dcf..d82b114 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
@@ -75,7 +75,6 @@ namespace LongoMatch.Gui.Panel
                        // Container child contentalignment.Gtk.Container+ContainerChild
                        this.contentvbox = new global::Gtk.VBox ();
                        this.contentvbox.Name = "contentvbox";
-                       this.contentvbox.Spacing = 6;
                        // Container child contentvbox.Gtk.Box+BoxChild
                        this.dashboardeditorbuttonbar = new global::Gtk.HBox ();
                        this.dashboardeditorbuttonbar.Name = "dashboardeditorbuttonbar";
@@ -88,7 +87,6 @@ namespace LongoMatch.Gui.Panel
                        // Container child templateimagealignment.Gtk.Container+ContainerChild
                        this.templateimage = new global::Gtk.Image ();
                        this.templateimage.Name = "templateimage";
-                       this.templateimage.Ypad = 10;
                        this.templateimage.Yalign = 1F;
                        this.templateimagealignment.Add (this.templateimage);
                        this.dashboardeditorbuttonbar.Add (this.templateimagealignment);
@@ -100,6 +98,7 @@ namespace LongoMatch.Gui.Panel
                        this.vbox3 = new global::Gtk.VBox ();
                        this.vbox3.Name = "vbox3";
                        this.vbox3.Spacing = 2;
+                       this.vbox3.BorderWidth = ((uint)(6));
                        // Container child vbox3.Gtk.Box+BoxChild
                        this.editdashboardslabel = new global::Gtk.Label ();
                        this.editdashboardslabel.Name = "editdashboardslabel";
@@ -184,6 +183,7 @@ namespace LongoMatch.Gui.Panel
                        this.vbox17 = new global::Gtk.VBox ();
                        this.vbox17.Name = "vbox17";
                        this.vbox17.Spacing = 2;
+                       this.vbox17.BorderWidth = ((uint)(6));
                        // Container child vbox17.Gtk.Box+BoxChild
                        this.editbuttonslabel = new global::Gtk.Label ();
                        this.editbuttonslabel.Name = "editbuttonslabel";
@@ -291,11 +291,12 @@ namespace LongoMatch.Gui.Panel
                        // Container child dashboardeditorbuttonbar.Gtk.Box+BoxChild
                        this.categoryheaderimagealignment = new global::Gtk.Alignment (1F, 1F, 0F, 0F);
                        this.categoryheaderimagealignment.Name = "categoryheaderimagealignment";
-                       this.categoryheaderimagealignment.RightPadding = ((uint)(300));
+                       this.categoryheaderimagealignment.RightPadding = ((uint)(24));
+                       this.categoryheaderimagealignment.BottomPadding = ((uint)(14));
                        // Container child categoryheaderimagealignment.Gtk.Container+ContainerChild
                        this.categoryheaderimage = new global::Gtk.Image ();
                        this.categoryheaderimage.Name = "categoryheaderimage";
-                       this.categoryheaderimage.Ypad = 10;
+                       this.categoryheaderimage.Yalign = 1F;
                        this.categoryheaderimagealignment.Add (this.categoryheaderimage);
                        this.dashboardeditorbuttonbar.Add (this.categoryheaderimagealignment);
                        global::Gtk.Box.BoxChild w29 = 
((global::Gtk.Box.BoxChild)(this.dashboardeditorbuttonbar [this.categoryheaderimagealignment]));
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
index 945a545..30ab7e0 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.TeamsTemplatesPanel.cs
@@ -68,7 +68,6 @@ namespace LongoMatch.Gui.Panel
                        // Container child contentalignment.Gtk.Container+ContainerChild
                        this.contentvbox = new global::Gtk.VBox ();
                        this.contentvbox.Name = "contentvbox";
-                       this.contentvbox.Spacing = 6;
                        // Container child contentvbox.Gtk.Box+BoxChild
                        this.teameditorbuttonbar = new global::Gtk.HBox ();
                        this.teameditorbuttonbar.Name = "teameditorbuttonbar";
@@ -81,7 +80,6 @@ namespace LongoMatch.Gui.Panel
                        // Container child templateimagealignment.Gtk.Container+ContainerChild
                        this.teamimage = new global::Gtk.Image ();
                        this.teamimage.Name = "teamimage";
-                       this.teamimage.Ypad = 10;
                        this.teamimage.Yalign = 1F;
                        this.templateimagealignment.Add (this.teamimage);
                        this.teameditorbuttonbar.Add (this.templateimagealignment);
@@ -93,6 +91,7 @@ namespace LongoMatch.Gui.Panel
                        this.editteamsvbox = new global::Gtk.VBox ();
                        this.editteamsvbox.Name = "editteamsvbox";
                        this.editteamsvbox.Spacing = 2;
+                       this.editteamsvbox.BorderWidth = ((uint)(6));
                        // Container child editteamsvbox.Gtk.Box+BoxChild
                        this.editteamslabel = new global::Gtk.Label ();
                        this.editteamslabel.Name = "editteamslabel";
@@ -178,6 +177,7 @@ namespace LongoMatch.Gui.Panel
                        this.editplayersvbox = new global::Gtk.VBox ();
                        this.editplayersvbox.Name = "editplayersvbox";
                        this.editplayersvbox.Spacing = 2;
+                       this.editplayersvbox.BorderWidth = ((uint)(6));
                        // Container child editplayersvbox.Gtk.Box+BoxChild
                        this.editplayerslabel = new global::Gtk.Label ();
                        this.editplayerslabel.Name = "editplayerslabel";
@@ -237,11 +237,11 @@ namespace LongoMatch.Gui.Panel
                        // Container child teameditorbuttonbar.Gtk.Box+BoxChild
                        this.playerheaderalignment = new global::Gtk.Alignment (1F, 1F, 0F, 0F);
                        this.playerheaderalignment.Name = "playerheaderalignment";
-                       this.playerheaderalignment.RightPadding = ((uint)(300));
+                       this.playerheaderalignment.RightPadding = ((uint)(12));
                        // Container child playerheaderalignment.Gtk.Container+ContainerChild
                        this.playerheaderimage = new global::Gtk.Image ();
                        this.playerheaderimage.Name = "playerheaderimage";
-                       this.playerheaderimage.Ypad = 10;
+                       this.playerheaderimage.Ypad = 14;
                        this.playerheaderalignment.Add (this.playerheaderimage);
                        this.teameditorbuttonbar.Add (this.playerheaderalignment);
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.teameditorbuttonbar 
[this.playerheaderalignment]));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 2b41f87..50c3034 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -95,7 +95,7 @@
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.DashboardWidget" design-size="1324 747">
+  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.DashboardWidget" design-size="1668 747">
     <property name="MemberName" />
     <child>
       <widget class="Gtk.HBox" id="hbox2">
@@ -266,7 +266,7 @@
                                             <child>
                                               <widget class="Gtk.VBox" id="vbox12">
                                                 <property name="MemberName" />
-                                                <property name="Spacing">6</property>
+                                                <property name="Spacing">2</property>
                                                 <child>
                                                   <widget class="Gtk.Image" id="fieldimage">
                                                     <property name="MemberName" />
@@ -283,7 +283,7 @@
                                                 <child>
                                                   <widget class="Gtk.Label" id="fieldlabel1">
                                                     <property name="MemberName" />
-                                                    <property name="LabelProp" 
translatable="yes">Field</property>
+                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;Field&lt;/span&gt;</property>
                                                     <property name="UseMarkup">True</property>
                                                     <property name="Wrap">True</property>
                                                     <property name="Justify">Center</property>
@@ -298,7 +298,8 @@
                                                 <child>
                                                   <widget class="Gtk.Label" id="fieldlabel2">
                                                     <property name="MemberName" />
-                                                    <property name="LabelProp" translatable="yes">click to 
change...</property>
+                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="8"&gt;click to change...&lt;/span&gt;</property>
+                                                    <property name="UseMarkup">True</property>
                                                   </widget>
                                                   <packing>
                                                     <property name="Position">2</property>
@@ -366,7 +367,7 @@
                                             <child>
                                               <widget class="Gtk.VBox" id="vbox14">
                                                 <property name="MemberName" />
-                                                <property name="Spacing">6</property>
+                                                <property name="Spacing">2</property>
                                                 <child>
                                                   <widget class="Gtk.Image" id="hfieldimage">
                                                     <property name="MemberName" />
@@ -383,7 +384,8 @@
                                                 <child>
                                                   <widget class="Gtk.Label" id="hfieldlabel1">
                                                     <property name="MemberName" />
-                                                    <property name="LabelProp" translatable="yes">Half 
field</property>
+                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;Half field&lt;/span&gt;</property>
+                                                    <property name="UseMarkup">True</property>
                                                   </widget>
                                                   <packing>
                                                     <property name="Position">1</property>
@@ -395,7 +397,8 @@
                                                 <child>
                                                   <widget class="Gtk.Label" id="hfieldlabel2">
                                                     <property name="MemberName" />
-                                                    <property name="LabelProp" translatable="yes">click to 
change...</property>
+                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="8"&gt;click to change...&lt;/span&gt;</property>
+                                                    <property name="UseMarkup">True</property>
                                                   </widget>
                                                   <packing>
                                                     <property name="Position">2</property>
@@ -463,7 +466,7 @@
                                             <child>
                                               <widget class="Gtk.VBox" id="vbox16">
                                                 <property name="MemberName" />
-                                                <property name="Spacing">6</property>
+                                                <property name="Spacing">2</property>
                                                 <child>
                                                   <widget class="Gtk.Image" id="goalimage">
                                                     <property name="MemberName" />
@@ -480,7 +483,8 @@
                                                 <child>
                                                   <widget class="Gtk.Label" id="goallabel1">
                                                     <property name="MemberName" />
-                                                    <property name="LabelProp" 
translatable="yes">Goal</property>
+                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;Goal&lt;/span&gt;</property>
+                                                    <property name="UseMarkup">True</property>
                                                   </widget>
                                                   <packing>
                                                     <property name="Position">1</property>
@@ -492,7 +496,8 @@
                                                 <child>
                                                   <widget class="Gtk.Label" id="goallabel2">
                                                     <property name="MemberName" />
-                                                    <property name="LabelProp" translatable="yes">click to 
change...</property>
+                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="8"&gt;click to change...&lt;/span&gt;</property>
+                                                    <property name="UseMarkup">True</property>
                                                   </widget>
                                                   <packing>
                                                     <property name="Position">2</property>
@@ -882,7 +887,7 @@
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.CategoryProperties" design-size="318 557">
+  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.CategoryProperties" design-size="380 632">
     <property name="MemberName" />
     <child>
       <widget class="Gtk.VBox" id="vbox3">
@@ -946,7 +951,7 @@
               <widget class="Gtk.Label" id="label1">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Name&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;Name&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -965,7 +970,7 @@
               <widget class="Gtk.Label" id="label13">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Text color&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Text 
color&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -985,7 +990,7 @@
               <widget class="Gtk.Label" id="label4">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Color&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;Color&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1006,7 +1011,7 @@
               <widget class="Gtk.Label" id="label7">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Lead time (s)&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Lead time 
(s)&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1027,7 +1032,7 @@
               <widget class="Gtk.Label" id="label8">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Lag time (s)&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Lag time 
(s)&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1121,7 +1126,7 @@
               <widget class="Gtk.Label" id="taglabel">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Tag mode&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Tag 
mode&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1305,7 +1310,7 @@ Tag as trayectory</property>
               <widget class="Gtk.Label" id="label10">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Field position&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Field 
position&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1326,7 +1331,7 @@ Tag as trayectory</property>
               <widget class="Gtk.Label" id="label11">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Half field 
position&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Half field 
position&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1347,7 +1352,7 @@ Tag as trayectory</property>
               <widget class="Gtk.Label" id="label12">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Goal position&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Goal 
position&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1368,7 +1373,7 @@ Tag as trayectory</property>
               <widget class="Gtk.Label" id="label14">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Show tags&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Show 
tags&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1387,7 +1392,7 @@ Tag as trayectory</property>
               <widget class="Gtk.Label" id="label15">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Tags per row&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Tags per 
row&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1407,7 +1412,7 @@ Tag as trayectory</property>
               <widget class="Gtk.Label" id="label6">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;HotKey&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;HotKey&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1428,7 +1433,7 @@ Tag as trayectory</property>
               <widget class="Gtk.Label" id="label9">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Sort Method&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span font_desc="10"&gt;Sort 
Method&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1541,7 +1546,7 @@ Sort by duration</property>
               <widget class="Gtk.Label" id="label16">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Shape&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;Shape&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -1597,7 +1602,7 @@ Circle</property>
               <widget class="Gtk.Label" id="label17">
                 <property name="MemberName" />
                 <property name="Xalign">1</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;Points&lt;/b&gt;</property>
+                <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;Points&lt;/span&gt;</property>
                 <property name="UseMarkup">True</property>
               </widget>
               <packing>
@@ -7293,7 +7298,6 @@ You can continue with the current capture, cancel it or save your project.
             <child>
               <widget class="Gtk.VBox" id="contentvbox">
                 <property name="MemberName" />
-                <property name="Spacing">6</property>
                 <child>
                   <widget class="Gtk.HBox" id="teameditorbuttonbar">
                     <property name="MemberName" />
@@ -7306,7 +7310,6 @@ You can continue with the current capture, cancel it or save your project.
                         <child>
                           <widget class="Gtk.Image" id="teamimage">
                             <property name="MemberName" />
-                            <property name="Ypad">10</property>
                             <property name="Yalign">1</property>
                           </widget>
                         </child>
@@ -7322,6 +7325,7 @@ You can continue with the current capture, cancel it or save your project.
                       <widget class="Gtk.VBox" id="editteamsvbox">
                         <property name="MemberName" />
                         <property name="Spacing">2</property>
+                        <property name="BorderWidth">6</property>
                         <child>
                           <widget class="Gtk.Label" id="editteamslabel">
                             <property name="MemberName" />
@@ -7434,6 +7438,7 @@ You can continue with the current capture, cancel it or save your project.
                       <widget class="Gtk.VBox" id="editplayersvbox">
                         <property name="MemberName" />
                         <property name="Spacing">2</property>
+                        <property name="BorderWidth">6</property>
                         <child>
                           <widget class="Gtk.Label" id="editplayerslabel">
                             <property name="MemberName" />
@@ -7516,11 +7521,11 @@ You can continue with the current capture, cancel it or save your project.
                         <property name="Yscale">0</property>
                         <property name="Xalign">1</property>
                         <property name="Yalign">1</property>
-                        <property name="RightPadding">300</property>
+                        <property name="RightPadding">12</property>
                         <child>
                           <widget class="Gtk.Image" id="playerheaderimage">
                             <property name="MemberName" />
-                            <property name="Ypad">10</property>
+                            <property name="Ypad">14</property>
                           </widget>
                         </child>
                       </widget>
@@ -7677,7 +7682,7 @@ You can continue with the current capture, cancel it or save your project.
                                             <child>
                                               <widget class="Gtk.Label" id="teamshieldlabel2">
                                                 <property name="MemberName" />
-                                                <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;click to change...&lt;/span&gt;</property>
+                                                <property name="LabelProp" translatable="yes">&lt;span 
font_desc="8"&gt;click to change...&lt;/span&gt;</property>
                                                 <property name="UseMarkup">True</property>
                                               </widget>
                                               <packing>
@@ -7970,7 +7975,7 @@ You can continue with the current capture, cancel it or save your project.
                                                 <child>
                                                   <widget class="Gtk.Label" id="playerimagelabel2">
                                                     <property name="MemberName" />
-                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="10"&gt;click to change...&lt;/span&gt;</property>
+                                                    <property name="LabelProp" translatable="yes">&lt;span 
font_desc="8"&gt;click to change...&lt;/span&gt;</property>
                                                     <property name="UseMarkup">True</property>
                                                   </widget>
                                                   <packing>
@@ -9154,7 +9159,6 @@ You can continue with the current capture, cancel it or save your project.
             <child>
               <widget class="Gtk.VBox" id="contentvbox">
                 <property name="MemberName" />
-                <property name="Spacing">6</property>
                 <child>
                   <widget class="Gtk.HBox" id="dashboardeditorbuttonbar">
                     <property name="MemberName" />
@@ -9167,7 +9171,6 @@ You can continue with the current capture, cancel it or save your project.
                         <child>
                           <widget class="Gtk.Image" id="templateimage">
                             <property name="MemberName" />
-                            <property name="Ypad">10</property>
                             <property name="Yalign">1</property>
                           </widget>
                         </child>
@@ -9183,6 +9186,7 @@ You can continue with the current capture, cancel it or save your project.
                       <widget class="Gtk.VBox" id="vbox3">
                         <property name="MemberName" />
                         <property name="Spacing">2</property>
+                        <property name="BorderWidth">6</property>
                         <child>
                           <widget class="Gtk.Label" id="editdashboardslabel">
                             <property name="MemberName" />
@@ -9294,6 +9298,7 @@ You can continue with the current capture, cancel it or save your project.
                       <widget class="Gtk.VBox" id="vbox17">
                         <property name="MemberName" />
                         <property name="Spacing">2</property>
+                        <property name="BorderWidth">6</property>
                         <child>
                           <widget class="Gtk.Label" id="editbuttonslabel">
                             <property name="MemberName" />
@@ -9439,11 +9444,12 @@ You can continue with the current capture, cancel it or save your project.
                         <property name="Yscale">0</property>
                         <property name="Xalign">1</property>
                         <property name="Yalign">1</property>
-                        <property name="RightPadding">300</property>
+                        <property name="RightPadding">24</property>
+                        <property name="BottomPadding">14</property>
                         <child>
                           <widget class="Gtk.Image" id="categoryheaderimage">
                             <property name="MemberName" />
-                            <property name="Ypad">10</property>
+                            <property name="Yalign">1</property>
                           </widget>
                         </child>
                       </widget>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]