Skip to content

Commit

Permalink
feat(main: init): add separator between theme options and theme previ…
Browse files Browse the repository at this point in the history
…ew (re: #190)
  • Loading branch information
actionless committed Sep 19, 2020
1 parent ef0011c commit 5a1d5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oomox_gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ def __init__(self, application):
)
self.paned_box.pack2(self.theme_edit, resize=True, shrink=False)

self.box.pack_start(Gtk.Separator(), expand=False, fill=False, padding=0)
self.preview = ThemePreview()
self.box.pack_start(self.preview, expand=False, fill=False, padding=0)

Expand Down

0 comments on commit 5a1d5bd

Please sign in to comment.