remove templates for app_library and cleanup window styling
This commit is contained in:
parent
7c0cf048ee
commit
346701b16d
15 changed files with 185 additions and 256 deletions
|
|
@ -45,6 +45,7 @@ impl Window {
|
|||
..set_title(Some("Cosmic Launcher"));
|
||||
..set_decorated(false);
|
||||
..set_resizable(false);
|
||||
..add_css_class("root_window");
|
||||
};
|
||||
|
||||
let container = cascade! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue