Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/stylesheet.py
diff options
context:
space:
mode:
authorJustin Gallardo <justin.gallardo@gmail.com>2006-12-04 18:40:44 (GMT)
committer Justin Gallardo <justin.gallardo@gmail.com>2006-12-04 18:40:44 (GMT)
commit8316811b50321da4d9166e8fff209cd0ee31e8f7 (patch)
tree2f7b9eeecb9496d19bbcb9fe489b335b88572cc2 /stylesheet.py
parent8946f4e47fa34eab98c9b86bf7d960fc567018da (diff)
Converted tabs to 4 spaces for python style
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 3628818..08e0221 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
+ 'size' : style.standard_icon_size
}
links_Box = {
- 'background_color' : 0x414141ff,
+ 'background_color' : 0x414141ff,
}