Remove debug banner from main panel (beta.33)
This commit is contained in:
@@ -66,16 +66,7 @@
|
|||||||
|
|
||||||
<!-- Cards scroll area -->
|
<!-- Cards scroll area -->
|
||||||
<ScrollViewer VerticalScrollBarVisibility="Auto">
|
<ScrollViewer VerticalScrollBarVisibility="Auto">
|
||||||
<StackPanel Margin="0,4,0,4">
|
<StackPanel x:Name="CardsPanel" Margin="0,4,0,4"/>
|
||||||
<Border x:Name="DebugBanner" Visibility="Collapsed"
|
|
||||||
Background="{DynamicResource CardBrush}"
|
|
||||||
BorderBrush="{DynamicResource BorderBrush}" BorderThickness="1"
|
|
||||||
CornerRadius="6" Margin="12,4,12,4" Padding="12,8">
|
|
||||||
<TextBlock x:Name="DebugBannerText" FontSize="10" FontFamily="Consolas"
|
|
||||||
Foreground="{DynamicResource SecondaryBrush}" TextWrapping="Wrap"/>
|
|
||||||
</Border>
|
|
||||||
<StackPanel x:Name="CardsPanel"/>
|
|
||||||
</StackPanel>
|
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
|
|
||||||
@@ -194,10 +185,6 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<TextBlock x:Name="DebugText" FontSize="10" Foreground="{DynamicResource SecondaryBrush}"
|
|
||||||
TextWrapping="Wrap" Margin="0,12,0,0" FontFamily="Consolas"
|
|
||||||
Visibility="Collapsed"/>
|
|
||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
|
|||||||
Reference in New Issue
Block a user