Skip to content

Commit

Permalink
Tweak text box height
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 11, 2024
1 parent dfc171c commit b5450a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightBulb/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<!-- Text box -->
<Style Selector="TextBox">
<Setter Property="Height" Value="20" />
<Setter Property="Height" Value="22" />
<Setter Property="FontSize" Value="14" />

<Style Selector="^ /template/ Panel#PART_TextFieldPanel">
Expand Down

0 comments on commit b5450a0

Please sign in to comment.