mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-05-09 02:48:01 +02:00
Change Node from a frame subclass to a widget subclass.
This commit is contained in:
parent
5bf62eca6e
commit
a3907a1832
1 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ mod imp {
|
|||
impl ObjectSubclass for Node {
|
||||
const NAME: &'static str = "Node";
|
||||
type Type = super::Node;
|
||||
type ParentType = gtk::Frame;
|
||||
type ParentType = gtk::Widget;
|
||||
type Instance = glib::subclass::simple::InstanceStruct<Self>;
|
||||
type Class = glib::subclass::simple::ClassStruct<Self>;
|
||||
|
||||
|
|
@ -90,7 +90,6 @@ mod imp {
|
|||
}
|
||||
}
|
||||
|
||||
impl FrameImpl for Node {}
|
||||
impl WidgetImpl for Node {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue