debug: show debug banner on main panel so it's always visible
This commit is contained in:
@@ -66,7 +66,16 @@
|
|||||||
|
|
||||||
<!-- Cards scroll area -->
|
<!-- Cards scroll area -->
|
||||||
<ScrollViewer VerticalScrollBarVisibility="Auto">
|
<ScrollViewer VerticalScrollBarVisibility="Auto">
|
||||||
<StackPanel x:Name="CardsPanel" Margin="0,4,0,4"/>
|
<StackPanel 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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user