From 1ced93e14bf834ed8b89333a0564cdc3e40065da Mon Sep 17 00:00:00 2001 From: Ignacio Rodriguez Date: Wed, 8 Jan 2014 11:51:10 -0200 Subject: [PATCH] pep8 fixes for 'Add menu width chars' --- src/sugar3/graphics/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sugar3/graphics/style.py b/src/sugar3/graphics/style.py index 0d7ce64a..bc6ab5a0 100644 --- a/src/sugar3/graphics/style.py +++ b/src/sugar3/graphics/style.py @@ -146,4 +146,4 @@ PALETTE_CURSOR_DISTANCE = zoom(10) TOOLBAR_ARROW_SIZE = zoom(24) -MENU_WIDTH_CHARS = 60 \ No newline at end of file +MENU_WIDTH_CHARS = 60