Skip to content

Commit

Permalink
Improved styling of Templates ListView on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcclive committed Mar 24, 2021
1 parent 823795d commit ab0bc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tricycle.UI/Views/GeneralConfigSection.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ListView.HeightRequest>
<OnPlatform x:TypeArguments="x:Double">
<On Platform="macOS" Value="105" />
<On Platform="WPF" Value="215" />
<On Platform="WPF" Value="130" />
</OnPlatform>
</ListView.HeightRequest>
<ListView.Margin>
Expand Down

0 comments on commit ab0bc9d

Please sign in to comment.