Skip to content

Commit

Permalink
Merge pull request #906 from maiko3tattun/1024_FixTextBoxFont
Browse files Browse the repository at this point in the history
Fix TextBox font
  • Loading branch information
stakira authored Nov 25, 2023
2 parents bb7e7f0 + 83fe36c commit 6e61664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion OpenUtau/Strings/Strings.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ General
<system:String x:Key="tracks.tracksettings">Track Settings</system:String>

<FontFamily x:Key="ui.fontfamily">Segoe UI,San Francisco,Helvetica Neue</FontFamily>
<FontFamily x:Key="ui.textbox.fontfamily">Microsoft YaHei,Simsun,苹方-简,宋体-简</FontFamily>

<system:String x:Key="updater.caption">Check for Update</system:String>
<system:String x:Key="updater.description">Open singing synthesis platform</system:String>
Expand Down
1 change: 0 additions & 1 deletion OpenUtau/Styles/Styles.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<Setter Property="Padding" Value="4,1"/>
<Setter Property="Margin" Value="0,0,0,4"/>
<Setter Property="FontSize" Value="12"/>
<Setter Property="FontFamily" Value="{DynamicResource ui.textbox.fontfamily}"/>
<Setter Property="VerticalAlignment" Value="Top"/>
<Setter Property="SelectionForegroundBrush" Value="White"/>
</Style>
Expand Down

0 comments on commit 6e61664

Please sign in to comment.