Replace custom widget macros with Relm4 view macro based ones
Also move margin styling to the CSS file.
This commit is contained in:
parent
6df7530b33
commit
6446d43d76
9 changed files with 299 additions and 435 deletions
|
|
@ -15,3 +15,4 @@ fallible-iterator = "0.3.0" # Must match version used by async-sqlite
|
|||
futures = "0.3.31"
|
||||
gtk4 = { version = "0.10.3" , features = [ "v4_20" ] }
|
||||
libadwaita = { version = "0.8.1" , features = [ "v1_8" ] }
|
||||
relm4-macros = { version = "0.10.1" , default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue