From 8e1c3f9f01edf01e544514056ad5ef4dffb362c7 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Sun, 13 Jan 2008 12:06:43 +0000 Subject: * Widget rendering ** Fix: Widgets not rendering on first expose on XO hardware *** XO Hardware doesn't like GtkButton::inner-border property in gtkrc ** Fix: Background color of sound selector is black on XO hardware *** XO Hardware sets default widget background of RoundBox to black for some reason ** Fix: Lesson plans are being opened as text by AbiWord on XO hardware *** Abiword is now quite insistent upon application/x-abiword. * Fix: Cursor now changes to hand icon when over sound selector * Added: AUTHORS file * Fix: Modified copyright header on source files --- (limited to 'resources') diff --git a/resources/gtkrc b/resources/gtkrc index 76e4bbc..7295b78 100644 --- a/resources/gtkrc +++ b/resources/gtkrc @@ -3,8 +3,6 @@ style "mamabutton" color["focus_line"] = "#027F01" bg[NORMAL] = "#027F01" bg[ACTIVE] = "#026002" - GtkButton::inner-border = { 10, 10, # left, right - 6, 6 } # top, bottom } style "mamacombo" -- cgit v0.9.1