Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/frameinvoker.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-17 14:18:57 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-17 14:18:57 (GMT)
commitde9e02b498cf157da0b2af7b135a8fd93a7b57ae (patch)
tree9db3a794d40a37f3c97913679e2c2c3bd962c5c2 /shell/view/frame/frameinvoker.py
parentdfe8ff68065d5191a2ade265432000327b0de7ce (diff)
Fix several sizing bugs.
Diffstat (limited to 'shell/view/frame/frameinvoker.py')
-rw-r--r--shell/view/frame/frameinvoker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/frameinvoker.py b/shell/view/frame/frameinvoker.py
index e0f2859..8be0eaf 100644
--- a/shell/view/frame/frameinvoker.py
+++ b/shell/view/frame/frameinvoker.py
@@ -29,7 +29,7 @@ class FrameCanvasInvoker(CanvasInvoker):
return Palette.AROUND
def get_screen_area(self):
- frame_thickness = style.GRID_CELL_SIZE - style.LINE_WIDTH
+ frame_thickness = style.GRID_CELL_SIZE
x = y = frame_thickness
width = gtk.gdk.screen_width() - frame_thickness