fix size of set buttons (#431)

This commit is contained in:
Sapphire
2026-02-10 02:19:51 -06:00
committed by GitHub
parent fcbb5fab73
commit 5ab242f8e0

View File

@@ -67,7 +67,7 @@
<template name="Set">
<Button macro="button_style" id="set_${idx}" _press="::SetToggle ${idx}" tooltip="WATCH.SWITCH_TO_SET" tooltip_side="top">
<sprite width="40" height="40" color="~color_text" src_builtin="watch/set2.svg" />
<sprite width="38" height="38" color="~color_text" src_builtin="watch/set2.svg" />
<div position="absolute" margin_top="9">
<label text="${display}" size="24" color="#00050F" weight="bold" />
</div>