From 260bb7773e3fa72b48af1fe41d968f6f759f7e84 Mon Sep 17 00:00:00 2001 From: vocoder712 <100213316+vocoder712@users.noreply.github.com> Date: Sun, 30 Aug 2026 15:50:50 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E4=BC=98=E5=8C=96=E9=9F=B3=E7=B4=A0?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=9D=A2=E6=9D=BFui=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenUtauMobile/Controls/ParameterCanvas.cs | 2 +- .../Controls/PhonemeAdvancedCanvas.cs | 2 +- .../Controls/PhonemeSimpleCanvas.cs | 6 +- OpenUtauMobile/Views/EditorView.axaml | 123 +++++++++--------- OpenUtauMobile/Views/EditorView.axaml.cs | 2 +- 5 files changed, 67 insertions(+), 68 deletions(-) diff --git a/OpenUtauMobile/Controls/ParameterCanvas.cs b/OpenUtauMobile/Controls/ParameterCanvas.cs index d2e01c4b..376989c5 100644 --- a/OpenUtauMobile/Controls/ParameterCanvas.cs +++ b/OpenUtauMobile/Controls/ParameterCanvas.cs @@ -162,7 +162,7 @@ public override void Render(DrawingContext context) } IBrush bgBrush = ThemeResources.GetBrush("Sem.Color.SurfaceContainerLow"); - using (context.PushOpacity(0.5)) + using (context.PushOpacity(0.6)) { context.DrawRectangle(bgBrush, null, new Rect(0, 0, Bounds.Width, Bounds.Height)); } diff --git a/OpenUtauMobile/Controls/PhonemeAdvancedCanvas.cs b/OpenUtauMobile/Controls/PhonemeAdvancedCanvas.cs index 9dfabe78..6b403540 100644 --- a/OpenUtauMobile/Controls/PhonemeAdvancedCanvas.cs +++ b/OpenUtauMobile/Controls/PhonemeAdvancedCanvas.cs @@ -244,7 +244,7 @@ public override void Render(DrawingContext context) } IBrush bgBrush = ThemeResources.GetBrush("Sem.Color.SurfaceContainerLow"); - using (context.PushOpacity(0.5)) + using (context.PushOpacity(0.6)) { context.DrawRectangle(bgBrush, null, new Rect(0, 0, Bounds.Width, Bounds.Height)); } diff --git a/OpenUtauMobile/Controls/PhonemeSimpleCanvas.cs b/OpenUtauMobile/Controls/PhonemeSimpleCanvas.cs index 50e9c66a..6da2ebb7 100644 --- a/OpenUtauMobile/Controls/PhonemeSimpleCanvas.cs +++ b/OpenUtauMobile/Controls/PhonemeSimpleCanvas.cs @@ -174,10 +174,8 @@ public override void Render(DrawingContext context) } IBrush bgBrush = ThemeResources.GetBrush("Sem.Color.SurfaceContainerLow"); - using (context.PushOpacity(0.5)) - { - context.DrawRectangle(bgBrush, null, new Rect(0, 0, Bounds.Width, Bounds.Height)); - } + + context.DrawRectangle(bgBrush, null, new Rect(0, 0, Bounds.Width, Bounds.Height)); double partPos = Part.position; double viewLeftTick = TickOffset - 480; diff --git a/OpenUtauMobile/Views/EditorView.axaml b/OpenUtauMobile/Views/EditorView.axaml index bb80246d..b223ea40 100644 --- a/OpenUtauMobile/Views/EditorView.axaml +++ b/OpenUtauMobile/Views/EditorView.axaml @@ -417,7 +417,7 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - 0 ? PART_PianoRollGrid.Bounds.Height : Bounds.Height; - double maxPanelHeight = Math.Max(0, availableHeight - ViewConstants.PianoRollTickRulerHeight - 40.0); + double maxPanelHeight = Math.Max(0, availableHeight - ViewConstants.PianoRollTickRulerHeight); if (maxPanelHeight <= 0) { maxPanelHeight = 2000.0;