[longomatch] Small tweaks for font sizes.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Small tweaks for font sizes.
- Date: Wed, 24 Sep 2014 20:13:01 +0000 (UTC)
commit 1a5eddb7d476ff0c27df3eb527df9cd059f8b6df
Author: Julien Moutte <julien fluendo com>
Date: Fri Aug 22 15:21:28 2014 +0200
Small tweaks for font sizes.
LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs | 20 ++++++++++----------
.../LongoMatch.Gui.Panel.SportsTemplatesPanel.cs | 10 +++++-----
2 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
index a3cfb18..27f4c97 100644
--- a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
@@ -171,37 +171,37 @@ namespace LongoMatch.Gui.Panel
void HandleEnterTemplateButton (object sender, EventArgs e)
{
if (sender == newtemplatebutton) {
- editdashboardslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">New
dashboard</span>");
+ editdashboardslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">New
dashboard</span>");
} else if (sender == deletetemplatebutton) {
- editdashboardslabel.Markup = Catalog.GetString ("<span
font_desc=\"10\">Delete dashboard</span>");
+ editdashboardslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Delete
dashboard</span>");
} else if (sender == savetemplatebutton) {
- editdashboardslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Save
dashboard</span>");
+ editdashboardslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Save
dashboard</span>");
}
}
void HandleLeftTemplateButton (object sender, EventArgs e)
{
- editdashboardslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Manage
dashboards</span>");
+ editdashboardslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Manage
dashboards</span>");
}
void HandleEnterTagButton (object sender, EventArgs e)
{
if (sender == addcategorybutton) {
- editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Add
category button</span>");
+ editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Add
category button</span>");
} else if (sender == addtagbutton1) {
- editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Add tag
button</span>");
+ editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Add tag
button</span>");
} else if (sender == scorebutton) {
- editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Add
score button</span>");
+ editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Add score
button</span>");
} else if (sender == timerbutton) {
- editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Add
timer button</span>");
+ editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Add timer
button</span>");
} else if (sender == cardbutton) {
- editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Add card
button</span>");
+ editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Add card
button</span>");
}
}
void HandleLeftTagButton (object sender, EventArgs e)
{
- editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"10\">Manage dashboard
buttons</span>");
+ editbuttonslabel.Markup = Catalog.GetString ("<span font_desc=\"8\">Manage dashboard
buttons</span>");
}
void HandleSelectionChanged (object sender, EventArgs e)
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
index 70ded6d..661f01d 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.SportsTemplatesPanel.cs
@@ -77,7 +77,7 @@ namespace LongoMatch.Gui.Panel
this.titlelabel = new global::Gtk.Label ();
this.titlelabel.Name = "titlelabel";
this.titlelabel.Xalign = 0F;
- this.titlelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span
font_desc=\"27\"><b>ANALYSIS DASHBOARD EDITOR</b></span>");
+ this.titlelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span
font_desc=\"22\"><b>ANALYSIS DASHBOARD EDITOR</b></span>");
this.titlelabel.UseMarkup = true;
this.titlelabel.Justify = ((global::Gtk.Justification)(2));
this.headerhbox.Add (this.titlelabel);
@@ -139,7 +139,7 @@ namespace LongoMatch.Gui.Panel
// Container child templateimagealignment.Gtk.Container+ContainerChild
this.templateimage = new global::Gtk.Image ();
this.templateimage.Name = "templateimage";
- this.templateimage.Ypad = 5;
+ this.templateimage.Ypad = 10;
this.templateimage.Yalign = 1F;
this.templateimagealignment.Add (this.templateimage);
this.dashboardeditorbuttonbar.Add (this.templateimagealignment);
@@ -155,7 +155,7 @@ namespace LongoMatch.Gui.Panel
this.editdashboardslabel = new global::Gtk.Label ();
this.editdashboardslabel.Name = "editdashboardslabel";
this.editdashboardslabel.Xalign = 0F;
- this.editdashboardslabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span
font_desc=\"10\">Manage dashboards</span>");
+ this.editdashboardslabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span
font_desc=\"8\">Manage dashboards</span>");
this.editdashboardslabel.UseMarkup = true;
this.vbox3.Add (this.editdashboardslabel);
global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3
[this.editdashboardslabel]));
@@ -239,7 +239,7 @@ namespace LongoMatch.Gui.Panel
this.editbuttonslabel = new global::Gtk.Label ();
this.editbuttonslabel.Name = "editbuttonslabel";
this.editbuttonslabel.Xalign = 0F;
- this.editbuttonslabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span
font_desc=\"10\">Manage dashboard buttons</span>");
+ this.editbuttonslabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span
font_desc=\"8\">Manage dashboard buttons</span>");
this.editbuttonslabel.UseMarkup = true;
this.vbox17.Add (this.editbuttonslabel);
global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox17
[this.editbuttonslabel]));
@@ -346,7 +346,7 @@ namespace LongoMatch.Gui.Panel
// Container child categoryheaderimagealignment.Gtk.Container+ContainerChild
this.categoryheaderimage = new global::Gtk.Image ();
this.categoryheaderimage.Name = "categoryheaderimage";
- this.categoryheaderimage.Ypad = 5;
+ this.categoryheaderimage.Ypad = 10;
this.categoryheaderimagealignment.Add (this.categoryheaderimage);
this.dashboardeditorbuttonbar.Add (this.categoryheaderimagealignment);
global::Gtk.Box.BoxChild w40 =
((global::Gtk.Box.BoxChild)(this.dashboardeditorbuttonbar [this.categoryheaderimagealignment]));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]