Skip to content

Commit

Permalink
更改歌词输入框文本颜色与自动换行
Browse files Browse the repository at this point in the history
  • Loading branch information
KCKT0112 committed May 12, 2024
1 parent 603f25e commit c3bcfc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TuneLab/Views/LyricInput.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public LyricInput()
LyricInputBox.Background = Style.BACK.ToBrush();
LyricInputBox.Padding = new(8, 8);
LyricInputBox.VerticalContentAlignment = Avalonia.Layout.VerticalAlignment.Top;
LyricInputBox.Foreground = Style.WHITE.ToBrush();
LyricInputBox.TextWrapping = TextWrapping.Wrap;
TextareaBox.Children.Add(LyricInputBox);

var SkipTenutoLabelPanel = new StackPanel();
Expand Down

0 comments on commit c3bcfc3

Please sign in to comment.