sugar-toolkit-gtk3/activities/web/stylesheet.py
Marco Pesenti Gritti 63e12fbd5e More work on links
2006-10-13 18:05:48 +02:00

9 lines
169 B
Python

import gtk
_screen_factor = gtk.gdk.screen_width() / 1200.0
bubble_Box = {
'box-width' : int(150.0 * _screen_factor),
'box-height' : int(50.0 * _screen_factor)
}