page-wrapper: inherit from AdwBin
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
template $PageWrapper : Box {
|
||||
template $PageWrapper : Adw.Bin {
|
||||
Adw.Clamp {
|
||||
maximum-size: 500;
|
||||
tightening-threshold: 352;
|
||||
|
||||
@@ -66,7 +66,7 @@ class MultiSelectionRow(Adw.ComboRow):
|
||||
|
||||
|
||||
@Gtk.Template(resource_path='/com/github/p3732/os-installer/ui/widgets/page_wrapper.ui')
|
||||
class PageWrapper(Gtk.Box):
|
||||
class PageWrapper(Adw.Bin):
|
||||
__gtype_name__ = __qualname__
|
||||
|
||||
content = Gtk.Template.Child()
|
||||
|
||||
Reference in New Issue
Block a user