[longomatch] Make buttons description label more readable
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Make buttons description label more readable
- Date: Wed, 5 Nov 2014 19:02:22 +0000 (UTC)
commit 959a53028802882e10d51fc5bc5878431ecccc52
Author: Julien Moutte <julien fluendo com>
Date: Mon Nov 3 16:06:38 2014 +0100
Make buttons description label more readable
LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs | 4 ++--
LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
index 41f042c..3b5ae85 100644
--- a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
@@ -121,8 +121,8 @@ namespace LongoMatch.Gui.Panel
deletetemplatebutton.Clicked += HandleDeleteTeamClicked;
savetemplatebutton.Clicked += (sender, e) => Save (false);
- editdashboardslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + "
8"));
- editbuttonslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + " 8"));
+ editdashboardslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + "
9"));
+ editbuttonslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + " 9"));
Load (null);
}
diff --git a/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs b/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs
index f9cc6e2..805b08d 100644
--- a/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/TeamsTemplatesPanel.cs
@@ -107,8 +107,8 @@ namespace LongoMatch.Gui.Panel
BackEvent ();
};
- editteamslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + " 8"));
- editplayerslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + " 8"));
+ editteamslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + " 9"));
+ editplayerslabel.ModifyFont (FontDescription.FromString (Config.Style.Font + " 9"));
Load (null);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]