File tree 5 files changed +5
-19
lines changed
5 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 14
14
<file preprocess =" xml-stripblanks" alias =" gtk/devicebox.ui" >ui/devicebox.ui</file >
15
15
<file preprocess =" xml-stripblanks" alias =" gtk/profilerow.ui" >ui/profilerow.ui</file >
16
16
<file preprocess =" xml-stripblanks" alias =" gtk/volumescale.ui" >ui/volumescale.ui</file >
17
- <file >ui/levelbar.css</file >
18
- <file >ui/list.css</file >
17
+ <file >ui/styling.css</file >
19
18
</gresource >
20
19
<gresource prefix =" /com/saivert/pwvucontrol/icons/scalable/actions" >
21
20
<file preprocess =" xml-stripblanks" alias =" com.saivert.pwvucontrol.svg" >../icons/com.saivert.pwvucontrol.svg</file >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
border : 0px ;
4
4
border-radius : 0px ;
5
5
}
6
+
Original file line number Diff line number Diff line change 21
21
mod config {
22
22
#![ allow( dead_code) ]
23
23
24
- include ! ( concat!( env!( "CODEGEN_BUILD_DIR " ) , "/config.rs" ) ) ;
24
+ include ! ( concat!( env!( "OUT_DIR " ) , "/config.rs" ) ) ;
25
25
}
26
26
mod macros;
27
27
@@ -80,8 +80,7 @@ fn main() -> gtk::glib::ExitCode {
80
80
gio:: resources_register ( & resources) ;
81
81
82
82
let css = gtk:: CssProvider :: new ( ) ;
83
- css. load_from_resource ( "/com/saivert/pwvucontrol/ui/levelbar.css" ) ;
84
- css. load_from_resource ( "/com/saivert/pwvucontrol/ui/list.css" ) ;
83
+ css. load_from_resource ( "/com/saivert/pwvucontrol/ui/styling.css" ) ;
85
84
86
85
gtk:: style_context_add_provider_for_display (
87
86
& gtk:: gdk:: Display :: default ( ) . unwrap ( ) ,
Original file line number Diff line number Diff line change 31
31
32
32
cargo_env = [
33
33
' CARGO_HOME=' + meson .project_build_root() / ' cargo-home' ,
34
- ' CODEGEN_BUILD_DIR =' + meson .current_build_dir()
34
+ ' OUT_DIR =' + meson .current_build_dir()
35
35
]
36
36
37
37
custom_target (
You can’t perform that action at this time.
0 commit comments