[longomatch] Fix background colors for the dabases manager
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix background colors for the dabases manager
- Date: Fri, 28 Nov 2014 11:29:55 +0000 (UTC)
commit 6a1f887b71f38619cbe6d790fa18678b077048e8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Nov 28 12:29:36 2014 +0100
Fix background colors for the dabases manager
LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs b/LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs
index b85649b..d503e17 100644
--- a/LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs
+++ b/LongoMatch.GUI/Gui/Dialog/DatabasesManager.cs
@@ -92,7 +92,7 @@ namespace LongoMatch.Gui.Dialog
if(db == manager.ActiveDB) {
cell.CellBackground = "red";
} else {
- cell.CellBackground = "white";
+ cell.CellBackgroundGdk = LongoMatch.Gui.Helpers.Misc.ToGdkColor
(Config.Style.PaletteBackground);
}
}
@@ -104,7 +104,7 @@ namespace LongoMatch.Gui.Dialog
if(db == manager.ActiveDB) {
cell.CellBackground = "red";
} else {
- cell.CellBackground = "white";
+ cell.CellBackgroundGdk = LongoMatch.Gui.Helpers.Misc.ToGdkColor
(Config.Style.PaletteBackground);
}
}
@@ -116,7 +116,7 @@ namespace LongoMatch.Gui.Dialog
if(db == manager.ActiveDB) {
cell.CellBackground = "red";
} else {
- cell.CellBackground = "white";
+ cell.CellBackgroundGdk = LongoMatch.Gui.Helpers.Misc.ToGdkColor
(Config.Style.PaletteBackground);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]