Skip to content

Commit

Permalink
tweak note params style again
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Dec 2, 2023
1 parent 4352044 commit 334356b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenUtau/Styles/Styles.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,12 @@
<Setter Property="Padding" Value="4" />
<Setter Property="IsExpanded" Value="True" />
<Setter Property="MinHeight" Value="32" />
<Setter Property="Background" Value="Transparent" />

<Style Selector="^:down /template/ ToggleButton#ExpanderHeader">
<Setter Property="Height" Value="32"/>
<Setter Property="MinHeight" Value="32"/>
<Setter Property="FontWeight" Value="Bold"/>
</Style>
<Style Selector="^:down /template/ ToggleButton#ExpanderHeader /template/ Border#ExpandCollapseChevronBorder">
<Setter Property="Height" Value="20"/>
Expand Down

0 comments on commit 334356b

Please sign in to comment.