refactor ui layout
This commit is contained in:
parent
2b8e462c9d
commit
a1ab52b311
5 changed files with 44 additions and 35 deletions
|
|
@ -38,7 +38,7 @@ pub struct Window {
|
|||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for Window {
|
||||
// `NAME` needs to match `class` attribute of template
|
||||
const NAME: &'static str = "LauncherWindow";
|
||||
const NAME: &'static str = "DockWindow";
|
||||
type Type = super::Window;
|
||||
type ParentType = gtk4::ApplicationWindow;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue