[gtk+] GtkColorEditor: Fix missing background in popups
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkColorEditor: Fix missing background in popups
- Date: Thu, 2 Oct 2014 04:38:24 +0000 (UTC)
commit 11015a49aee52946b1c65c58fc1fd0ce64a47cc5
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Oct 2 00:19:08 2014 -0400
GtkColorEditor: Fix missing background in popups
gtk/resources/ui/gtkcoloreditor.ui | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gtk/resources/ui/gtkcoloreditor.ui b/gtk/resources/ui/gtkcoloreditor.ui
index 3f4a9fc..d82e308 100644
--- a/gtk/resources/ui/gtkcoloreditor.ui
+++ b/gtk/resources/ui/gtkcoloreditor.ui
@@ -150,7 +150,8 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<style>
- <class name="tooltip"/>
+ <class name="popover"/>
+ <class name="osd"/>
</style>
<signal name="draw" handler="popup_draw" swapped="no"/>
<child>
@@ -208,7 +209,8 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<style>
- <class name="tooltip"/>
+ <class name="popover"/>
+ <class name="osd"/>
</style>
<signal name="draw" handler="popup_draw" swapped="no"/>
<child>
@@ -266,7 +268,8 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<style>
- <class name="tooltip"/>
+ <class name="popover"/>
+ <class name="osd"/>
</style>
<signal name="draw" handler="popup_draw" swapped="no"/>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]