Skip to content

Commit efc1864

Browse files
committed
Fixed Root-3,4,5 grid icons in menu
1 parent 1a3b95f commit efc1864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Src/ScreenGrid/Views/ScreenGridWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,21 +291,21 @@
291291
Command="{Binding SelectGridCommand}"
292292
CommandParameter="{x:Static localModelsGrids:GridType.Root3Rectangle}">
293293
<ContentControl Style="{StaticResource GridTypeButtonContentControlStyle}">
294-
<Path Data="{Binding Source={StaticResource pathDataGridTypeRoot2Rectangle}}" />
294+
<Path Data="{Binding Source={StaticResource pathDataGridTypeRoot3Rectangle}}" />
295295
</ContentControl>
296296
</Button>
297297
<Button ToolTip="Root-4 Rectangle"
298298
Command="{Binding SelectGridCommand}"
299299
CommandParameter="{x:Static localModelsGrids:GridType.Root4Rectangle}">
300300
<ContentControl Style="{StaticResource GridTypeButtonContentControlStyle}">
301-
<Path Data="{Binding Source={StaticResource pathDataGridTypeRoot2Rectangle}}" />
301+
<Path Data="{Binding Source={StaticResource pathDataGridTypeRoot4Rectangle}}" />
302302
</ContentControl>
303303
</Button>
304304
<Button ToolTip="Root-5 Rectangle"
305305
Command="{Binding SelectGridCommand}"
306306
CommandParameter="{x:Static localModelsGrids:GridType.Root5Rectangle}">
307307
<ContentControl Style="{StaticResource GridTypeButtonContentControlStyle}">
308-
<Path Data="{Binding Source={StaticResource pathDataGridTypeRoot2Rectangle}}" />
308+
<Path Data="{Binding Source={StaticResource pathDataGridTypeRoot5Rectangle}}" />
309309
</ContentControl>
310310
</Button>
311311
</StackPanel>

0 commit comments

Comments
 (0)