reduce warings, xml fixes
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<div padding_top="4" padding_bottom="4">
|
<div padding_top="4" padding_bottom="4">
|
||||||
<rectangle width="2" height="100%" color="#FFFFFF66" />
|
<rectangle width="2" height="100%" color="#FFFFFF66" />
|
||||||
</div>
|
</div>
|
||||||
<sprite margin_left="-4" width="30" height="30" color="~text_color" src_builtin="dashboard/down.svg" />
|
<sprite margin_left="-4" width="30" height="30" color="~color_text" src_builtin="dashboard/down.svg" />
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<layout>
|
<layout>
|
||||||
<!-- text: str -->
|
<!-- text: str -->
|
||||||
<template name="Cell">
|
<template name="Cell">
|
||||||
<Button id="button" text="${text}" tooltip="${tooltip}" weight="bold" border="0" padding="4" color="#FFFFFF00" />
|
<Button id="button" text="${text}" tooltip_str="${tooltip_str}" weight="bold" border="0" padding="4" color="#FFFFFF00" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template name="Separator">
|
<template name="Separator">
|
||||||
|
|||||||
@@ -284,6 +284,7 @@ fn logging_init(args: &mut Args) {
|
|||||||
.add_directive("symphonia_core::probe=warn".parse().unwrap())
|
.add_directive("symphonia_core::probe=warn".parse().unwrap())
|
||||||
.add_directive("zbus=warn".parse().unwrap())
|
.add_directive("zbus=warn".parse().unwrap())
|
||||||
.add_directive("usvg=error".parse().unwrap())
|
.add_directive("usvg=error".parse().unwrap())
|
||||||
|
.add_directive("resvg=error".parse().unwrap())
|
||||||
.add_directive("cosmic_text=warn".parse().unwrap())
|
.add_directive("cosmic_text=warn".parse().unwrap())
|
||||||
.add_directive("wlx_capture::wayland=info".parse().unwrap())
|
.add_directive("wlx_capture::wayland=info".parse().unwrap())
|
||||||
.add_directive("smithay=debug".parse().unwrap()), /* GLES render spam */
|
.add_directive("smithay=debug".parse().unwrap()), /* GLES render spam */
|
||||||
|
|||||||
Reference in New Issue
Block a user