Skip to content

Commit 4e7feab

Browse files
committed
Override styles in UI.Modern.WPF
1 parent ee88fbf commit 4e7feab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Flow.Launcher/App.xaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@
3535
<ResourceDictionary Source="pack://application:,,,/Languages/en.xaml" />
3636
</ResourceDictionary.MergedDictionaries>
3737

38-
<!-- // TODO: Make it work? How can I use them to override values of resources of ui:XamlControlsResources? -->
39-
<Thickness x:Key="ListViewItemCompactSelectedBorderThemeThickness">0</Thickness>
38+
<!-- Override styles in UI.Modern.WPF -->
39+
<Thickness x:Key="ListViewItemCompactSelectedBorderThemeThickness">2</Thickness>
4040
<sys:Double x:Key="CheckBoxMinWidth">0</sys:Double>
41+
<sys:Double x:Key="GridViewItemMinWidth">0</sys:Double>
42+
<sys:Double x:Key="GridViewItemMinHeight">40</sys:Double>
43+
<sys:Double x:Key="ListViewItemMinWidth">0</sys:Double>
44+
<sys:Double x:Key="ListViewItemMinHeight">36</sys:Double>
4145
</ResourceDictionary>
4246
</Application.Resources>
4347
</Application>

0 commit comments

Comments
 (0)