Add CSS to button

Cool borders for listbox
This commit is contained in:
takotori 2023-11-02 14:14:07 +01:00
parent 6636643f8c
commit 3316a838b1
10 changed files with 87 additions and 13 deletions

View file

@ -9,4 +9,9 @@ fn main() {
"src/resources/icons/resources.gresource.xml",
"src.icons.gresource",
);
glib_build_tools::compile_resources(
&["src/resources/style"],
"src/resources/style/resources.gresource.xml",
"src.style.gresource",
);
}