refactor ui layout

This commit is contained in:
Ashley Wulber 2021-12-30 22:23:17 -05:00
parent 2b8e462c9d
commit a1ab52b311
5 changed files with 44 additions and 35 deletions

View file

@ -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;
}