mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
change: center align content area
This commit is contained in:
parent
aeffce2579
commit
71d760dc56
@ -132,7 +132,11 @@ class UninstallPage(ScrolledWizardPage):
|
||||
|
||||
self.boxes: list[CheckboxWithPath] = []
|
||||
self.checks_area = Gtk.Box(
|
||||
orientation=Gtk.Orientation.VERTICAL, spacing=20, margin_top=20
|
||||
orientation=Gtk.Orientation.VERTICAL,
|
||||
halign=Gtk.Align.CENTER,
|
||||
spacing=20,
|
||||
margin_top=20,
|
||||
margin_bottom=20,
|
||||
)
|
||||
self.config_box = CheckboxWithPath(
|
||||
uninstall.config_label, uninstall.config_details, config, active=False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user