Skip to content

Commit

Permalink
fix new window_frame box not expanding to window
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Nov 5, 2022
1 parent 9d2d7b5 commit 3ec7938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulauncher/ui/windows/UlauncherWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self):
orientation=Gtk.Orientation.VERTICAL,
app_paintable=True,
)
window_frame.add(self.window_body)
window_frame.pack_start(self.window_body, True, True, 0)

self.input_box = Gtk.Box()

Expand Down

0 comments on commit 3ec7938

Please sign in to comment.