fix: 修正aui.plist中边框值的精度错误

将borderLeft和borderRight从浮点数92.25调整为整数92,以消除渲染时可能出现的精度问题。
This commit is contained in:
panw
2026-03-30 10:26:46 +08:00
parent 6b2967ea31
commit b330231835

View File

@@ -3292,8 +3292,8 @@
"rawHeight": 81, "rawHeight": 81,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 92.25, "borderLeft": 92,
"borderRight": 92.25, "borderRight": 92,
"packable": true, "packable": true,
"pixelsToUnit": 100, "pixelsToUnit": 100,
"pivotX": 0.5, "pivotX": 0.5,