mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 10:37:46 +02:00
Add CSS to button
Cool borders for listbox
This commit is contained in:
parent
6636643f8c
commit
3316a838b1
10 changed files with 87 additions and 13 deletions
5
build.rs
5
build.rs
|
@ -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",
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue