修改窗管圆角最小值为0

This commit is contained in:
tanjing 2023-11-20 15:52:42 +08:00
parent 408ade7a5c
commit a8a36d4d91
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
</key> </key>
<key type="i" name="window-radius"> <key type="i" name="window-radius">
<default>12</default> <default>12</default>
<range min="1" max="12"/> <range min="0" max="12"/>
<summary>Window Radius</summary> <summary>Window Radius</summary>
<description>Set the rounded corner size of the window</description> <description>Set the rounded corner size of the window</description>
</key> </key>