[chronojump] UtilGtk method: ContrastLabelsFrame
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] UtilGtk method: ContrastLabelsFrame
- Date: Sun, 18 Apr 2021 11:47:07 +0000 (UTC)
commit 5711b5a97b25d5328ace21321bfde020fe3dd770
Author: Xavier de Blas <xaviblas gmail com>
Date: Sun Apr 18 13:46:49 2021 +0200
UtilGtk method: ContrastLabelsFrame
src/utilGtk.cs | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/utilGtk.cs b/src/utilGtk.cs
index d9c9ea61..be0a2459 100644
--- a/src/utilGtk.cs
+++ b/src/utilGtk.cs
@@ -685,6 +685,10 @@ public class UtilGtk
{
contrastLabelsContainer (bgDark, (Gtk.Container) notebook);
}
+ public static void ContrastLabelsFrame (bool bgDark, Gtk.Frame frame)
+ {
+ contrastLabelsContainer (bgDark, (Gtk.Container) frame);
+ }
private static void contrastLabelsContainer (bool bgDark, Gtk.Container container)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]