Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorAntoine van Gelder <antoine@g7.org.za>2008-01-13 12:06:43 (GMT)
committer Antoine van Gelder <antoine@g7.org.za>2008-01-13 12:06:43 (GMT)
commit8e1c3f9f01edf01e544514056ad5ef4dffb362c7 (patch)
treeb234e99b1391d6c875a5268d622be29d0436be63 /resources
parentfd1864cbb1a643d02bc18055f00eb9ed28f75d45 (diff)
* 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
Diffstat (limited to 'resources')
-rw-r--r--resources/gtkrc2
1 files changed, 0 insertions, 2 deletions
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"