Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ae1a42d90 |
@@ -214,9 +214,10 @@ class WhipperGui(Gtk.Application if Gtk is not None else object):
|
||||
primary = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=6)
|
||||
primary.pack_start(self._build_controls(), False, False, 0)
|
||||
primary.pack_start(self._build_actions(), False, False, 0)
|
||||
primary.pack_start(self._build_rip_options(), False, False, 0)
|
||||
shell.pack_start(primary, True, True, 0)
|
||||
|
||||
shell.pack_start(self._build_rip_options(), False, False, 0)
|
||||
|
||||
secondary = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=6)
|
||||
secondary.pack_start(self._build_disc_info_frame(), False, False, 0)
|
||||
shell.pack_start(secondary, False, False, 0)
|
||||
|
||||
Reference in New Issue
Block a user