[chronojump/optimizeRFD] generic_window label_treeviewload_row contrast if bg is dark
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/optimizeRFD] generic_window label_treeviewload_row contrast if bg is dark
- Date: Sun, 3 Jan 2021 17:07:56 +0000 (UTC)
commit 4f5790d7860f8fa4836fd0f25504f6d57216ca7e
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 aaca55b1e..6533707da 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]