* DPI缩放的更新
This commit is contained in:
parent
f425f9fdd3
commit
3d9c29dd04
Binary file not shown.
@ -117,7 +117,7 @@ namespace Sunny.UI
|
|||||||
box.Parent = this;
|
box.Parent = this;
|
||||||
box.Tag = i;
|
box.Tag = i;
|
||||||
box.Style = Style;
|
box.Style = Style;
|
||||||
|
box.IsScaled = IsScaled;
|
||||||
box.ValueChanged += Box_ValueChanged;
|
box.ValueChanged += Box_ValueChanged;
|
||||||
boxes.Add(box);
|
boxes.Add(box);
|
||||||
}
|
}
|
||||||
|
@ -97,7 +97,8 @@ namespace Sunny.UI
|
|||||||
Font = Font,
|
Font = Font,
|
||||||
Parent = this,
|
Parent = this,
|
||||||
Tag = i,
|
Tag = i,
|
||||||
Style = Style
|
Style = Style,
|
||||||
|
IsScaled = IsScaled
|
||||||
};
|
};
|
||||||
|
|
||||||
button.ValueChanged += Button_ValueChanged;
|
button.ValueChanged += Button_ValueChanged;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user