Revert "0.7.0.0"

This reverts commit aeae4be060.
This commit is contained in:
lincube
2026-03-20 14:22:33 +08:00
parent 5d48a03f57
commit 65a3cf832a
40 changed files with 573 additions and 1668 deletions

View File

@@ -107,8 +107,8 @@ public partial class StudyNoiseCurveWidget : UserControl, IDesktopComponentWidge
RootBorder.CornerRadius = ComponentChromeCornerRadiusHelper.Scale(_currentCellSize * 0.44, 14, 42);
RootBorder.Padding = new Thickness(
ComponentChromeCornerRadiusHelper.SafeValue(14 * scale, 8, 22),
ComponentChromeCornerRadiusHelper.SafeValue(10 * scale, 6, 16));
Math.Clamp(14 * scale, 8, 22),
Math.Clamp(10 * scale, 6, 16));
StatusTextBlock.FontSize = Math.Clamp(16 * scale, 12, 30);
RealtimeValueTextBlock.FontSize = Math.Clamp(18 * scale, 12, 34);