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;