Initial commit
This commit is contained in:
parent
3100ee0591
commit
633467b6f2
13 changed files with 158 additions and 41 deletions
|
|
@ -58,7 +58,7 @@ fn dismiss(cards_box: >k4::Box, window: >k4::Window, cards: &Cards, id: u32)
|
|||
|
||||
fn create_window() -> gtk4::Window {
|
||||
let window = gtk4::Window::new();
|
||||
window.add_css_class("aster-notification");
|
||||
window.add_css_class("breadbar-notification");
|
||||
window.init_layer_shell();
|
||||
window.set_layer(Layer::Overlay);
|
||||
window.set_anchor(Edge::Top, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue