fix: 修正aui.plist中边框值的精度错误
将borderLeft和borderRight从浮点数92.25调整为整数92,以消除渲染时可能出现的精度问题。
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user