Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/stylesheet.py
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.py')
-rwxr-xr-xstylesheet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheet.py b/stylesheet.py
index 08e0221..7b3abb9 100755
--- a/stylesheet.py
+++ b/stylesheet.py
@@ -19,9 +19,9 @@ import gtk
from sugar.graphics import style
links_Icon = {
- 'size' : style.standard_icon_size
+ 'scale' : style.standard_icon_scale
}
links_Box = {
- 'background_color' : 0x414141ff,
+ 'background_color' : 0x414141ff
}