improve:展台

This commit is contained in:
2026-02-23 13:29:12 +08:00
parent 1ca9fbd023
commit 1fb0ea29a3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3414,7 +3414,7 @@ namespace Ink_Canvas
if (BoothResolutionTabIndicator != null)
{
BoothResolutionTabIndicator.Margin = new Thickness(1 + index * 70, 0, 0, 0);
BoothResolutionTabIndicator.Margin = new Thickness(index * 70, 0, 0, 0);
}
var texts = new[] { BtnBoothResolution720?.Content as TextBlock, BtnBoothResolution1080?.Content as TextBlock, BtnBoothResolution2K?.Content as TextBlock, BtnBoothResolution4K?.Content as TextBlock };