reduce warings, xml fixes

This commit is contained in:
galister
2026-01-08 19:27:59 +09:00
parent cdf4ed3882
commit 3611cfc57b
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<layout>
<!-- text: str -->
<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 name="Separator">