Skip to content

Commit 2deb791

Browse files
committed
fix(css): wx-painting-pixel-ratio order
1 parent 3009716 commit 2deb791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

float-pigment-css/src/property.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ property_list! (PropertyValueWithGlobal, {
182182
0xe1 WxScrollbarXColor: ColorType as Initial default Color::Undefined;
183183
0xe2 WxScrollbarY: ScrollbarType as Initial default Scrollbar::Auto;
184184
0xe3 WxScrollbarYColor: ColorType as Initial default Color::Undefined;
185-
0xe3 WxPaintingPixelRatio: NumberType as Initial default Number::F32(1.);
186185
0xe4 WxContain: ContainType as Initial default Contain::None;
186+
0xe5 WxPaintingPixelRatio: NumberType as Initial default Number::F32(1.);
187187

188188
0xfa CustomProperty: CustomPropertyType as Initial default CustomProperty::None;
189189
// considering bincode performance, the max value should be 0xfa

0 commit comments

Comments
 (0)