[chronojump] generic_window label_treeviewload_row contrast if bg is dark
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] generic_window label_treeviewload_row contrast if bg is dark
- Date: Tue, 29 Dec 2020 17:08:26 +0000 (UTC)
commit 4369e305a03fcd1804454b88c1615fa4d2852690
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Dec 29 01:49:34 2020 +0100
generic_window label_treeviewload_row contrast if bg is dark
src/gui/genericWindow.cs | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/gui/genericWindow.cs b/src/gui/genericWindow.cs
index aaca55b1..6533707d 100644
--- a/src/gui/genericWindow.cs
+++ b/src/gui/genericWindow.cs
@@ -143,6 +143,7 @@ public class GenericWindow
UtilGtk.ContrastLabelsLabel (Config.ColorBackgroundIsDark, label_error);
UtilGtk.ContrastLabelsLabel (Config.ColorBackgroundIsDark, hbox_combo_label);
UtilGtk.ContrastLabelsLabel (Config.ColorBackgroundIsDark, label_comment);
+ UtilGtk.ContrastLabelsLabel (Config.ColorBackgroundIsDark, label_treeviewload_row);
}
generic_window.Resizable = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]