Proper automatic/manual partitioning switch
This commit is contained in:
@@ -90,11 +90,12 @@ class PartitioningPage(Adw.Bin):
|
||||
|
||||
box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
||||
box.set_spacing(24)
|
||||
box.set_valign(Gtk.Align.CENTER)
|
||||
box.set_margin_top(24)
|
||||
box.set_margin_bottom(24)
|
||||
clamp.set_child(box)
|
||||
|
||||
title = Gtk.Label(label="Disk Configuration")
|
||||
title = Gtk.Label(label="Manual Partitioning")
|
||||
title.add_css_class("title-1")
|
||||
box.append(title)
|
||||
|
||||
@@ -375,3 +376,6 @@ class PartitioningPage(Adw.Bin):
|
||||
add_menu_item("Create Partition", "list-add-symbolic")
|
||||
|
||||
popover.popup()
|
||||
|
||||
def get_config(self):
|
||||
return {"partitions": self.partitions}
|
||||
|
||||
Reference in New Issue
Block a user