Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/style.py1
-rw-r--r--sugar/graphics/toolcombobox.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/style.py b/sugar/graphics/style.py
index 3198704..80d6688 100644
--- a/sugar/graphics/style.py
+++ b/sugar/graphics/style.py
@@ -90,6 +90,7 @@ ZOOM_FACTOR = _compute_zoom_factor()
DEFAULT_SPACING = zoom(8)
DEFAULT_PADDING = zoom(6)
+GRID_CELL_SIZE = zoom(75)
LINE_WIDTH = zoom(2)
FONT_SIZE = zoom(7 * _XO_DPI / _get_screen_dpi())
diff --git a/sugar/graphics/toolcombobox.py b/sugar/graphics/toolcombobox.py
index 8ea5a3c..460dcee 100644
--- a/sugar/graphics/toolcombobox.py
+++ b/sugar/graphics/toolcombobox.py
@@ -19,7 +19,6 @@ import gtk
import gobject
from sugar.graphics.combobox import ComboBox
-from sugar.graphics import units
from sugar.graphics import style
class ToolComboBox(gtk.ToolItem):