We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c91d84 commit 4a70607Copy full SHA for 4a70607
dobject/groupthink/sugar_tools.py
@@ -91,7 +91,7 @@ def __init__(self, handle):
91
92
v = Gtk.VBox()
93
self.startup_label = Gtk.Label(self.message)
94
- v.pack_start(self.startup_label)
+ v.pack_start(self.startup_label, True, True, 0)
95
Window.set_canvas(self, v)
96
self.show_all()
97
0 commit comments