Skip to content

Commit

Permalink
Fix textbox font again
Browse files Browse the repository at this point in the history
  • Loading branch information
maiko3tattun committed Nov 14, 2023
1 parent 2d0e205 commit 83fe36c
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 @@ -458,7 +458,6 @@
<system:String x:Key="tracks.trackcolor">Change track color</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.fontfamily}"/>
<Setter Property="VerticalAlignment" Value="Top"/>
<Setter Property="SelectionForegroundBrush" Value="White"/>
</Style>
Expand Down

0 comments on commit 83fe36c

Please sign in to comment.