Browse Source

hide image update from maiin branch

Robert 1 year ago
parent
commit
fc2ebd464d
1 changed files with 1 additions and 15 deletions
  1. 1 15
      VideoImageBuilder/MainWindow.xaml

+ 1 - 15
VideoImageBuilder/MainWindow.xaml

@@ -54,7 +54,7 @@
                         FontWeight="SemiBold" />
                     <ListView
                         x:Name="uxMenuListView"
-                        Height="180"
+                        Height="150"
                         FontSize="15"
                         Background="Transparent"
                         SelectionChanged="uxMenuListView_SelectionChanged">
@@ -86,20 +86,6 @@
                                     FontSize="15" />
                             </StackPanel>
                         </ListViewItem>
-                        <ListViewItem x:Name="uxImageSelectViewItem" Padding="1">
-                            <StackPanel Orientation="Horizontal">
-                                <md:PackIcon
-                                    Margin="16,12,6,12"
-                                    VerticalAlignment="Center"
-                                    Kind="ImageOutline" />
-                                <TextBlock
-                                    Margin="12"
-                                    HorizontalAlignment="Left"
-                                    VerticalAlignment="Center"
-                                    Text="Image Select"
-                                    FontSize="15" />
-                            </StackPanel>
-                        </ListViewItem>
                     </ListView>
                     <TextBlock
                         Margin="17,0,0,0"