mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 19:24:55 +08:00
chores: improve layout
This commit is contained in:
@@ -376,7 +376,7 @@ namespace BetterLyrics.WinUI3.Views
|
||||
case LyricsLayoutOrientation.Vertical:
|
||||
xMargin = Math.Max(16, Math.Min(width, height) * 0.05);
|
||||
yMargin = Math.Max(16, Math.Min(width, height) * 0.05);
|
||||
trackSummaryRowHeight = Math.Max(64, Math.Min(width, height) * 0.25);
|
||||
trackSummaryRowHeight = Math.Max(64, height * 0.25);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user