[Sugar-devel] [PATCH sugar-artwork] Enforce white background on intro screen

Daniel Drake dsd at laptop.org
Sat Sep 17 07:27:57 EDT 2011


As part of the hippocanvas removal process, we can move intro window
theming details into the theme. The intro window has a white background
for itself and its children.
---
 gtk/theme/gtkrc.em |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index 7f180a7..0811548 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -770,6 +770,8 @@ widget_class "*<SugarAlert>*"              style "black-bg-child"
 widget_class "*<SugarSectionView>"       style "white-bg"
 widget_class "*<SugarSectionView>*"      style "white-bg-child"
 
+widget_class "*<SugarIntroWindow>"       style "white-bg"
+widget_class "*<SugarIntroWindow>*"      style "white-bg-child"
 
 # The notebook is very high, so that everything is overriden
 # Only the color of the tab labels needs to be modified inside the
-- 
1.7.6



More information about the Sugar-devel mailing list