* 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.Tag = i;
|
||||
box.Style = Style;
|
||||
|
||||
box.IsScaled = IsScaled;
|
||||
box.ValueChanged += Box_ValueChanged;
|
||||
boxes.Add(box);
|
||||
}
|
||||
|
@ -97,7 +97,8 @@ namespace Sunny.UI
|
||||
Font = Font,
|
||||
Parent = this,
|
||||
Tag = i,
|
||||
Style = Style
|
||||
Style = Style,
|
||||
IsScaled = IsScaled
|
||||
};
|
||||
|
||||
button.ValueChanged += Button_ValueChanged;
|
||||
|
Loading…
x
Reference in New Issue
Block a user