|
@@ -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"
|