Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpbutton.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2014-07-03 19:11:07 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-07-03 19:11:07 (GMT)
commit84a37cd49994245fda88f309f1d3adfa926569c3 (patch)
tree177bb2b8d14934079e309ce9e30c6a11b86a72d8 /helpbutton.py
parente6f9911735853d0ec4e5acfc178b3bcce83a1ab1 (diff)
Pep8 fixes
Diffstat (limited to 'helpbutton.py')
-rw-r--r--helpbutton.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/helpbutton.py b/helpbutton.py
index a9561db..5153de1 100644
--- a/helpbutton.py
+++ b/helpbutton.py
@@ -41,7 +41,8 @@ class HelpButton(Gtk.ToolItem):
self._palette = help_button.get_palette()
sw = Gtk.ScrolledWindow()
- sw.set_size_request(int(Gdk.Screen.width() / 2.8),
+ sw.set_size_request(
+ int(Gdk.Screen.width() / 2.8),
Gdk.Screen.height() - style.GRID_CELL_SIZE * 3)
sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)