mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapLayerInfo.xaml
This commit is contained in:
parent
d23bc99f3d
commit
6f97900733
|
|
@ -3,6 +3,7 @@
|
|||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:md="clr-namespace:Markdown.Avalonia;assembly=Markdown.Avalonia"
|
||||
xmlns:ctxt="clr-namespace:ColorTextBlock.Avalonia;assembly=ColorTextBlock.Avalonia"
|
||||
xmlns:local="clr-namespace:MapControl.UiTools"
|
||||
x:Class="MapControl.UiTools.MapLayerInfo"
|
||||
x:Name="mapLayerInfo">
|
||||
|
|
@ -13,6 +14,9 @@
|
|||
<Setter Property="HorizontalAlignment" Value="Right"/>
|
||||
<Setter Property="VerticalAlignment" Value="Bottom"/>
|
||||
</Style>
|
||||
<Style Selector="ctxt|CRun">
|
||||
<Setter Property="FontSize" Value="10"/>
|
||||
</Style>
|
||||
</UserControl.Styles>
|
||||
|
||||
<StackPanel
|
||||
|
|
@ -33,12 +37,6 @@
|
|||
</ProgressBar.IsVisible>
|
||||
</ProgressBar>
|
||||
|
||||
<LayoutTransformControl Margin="{Binding Padding}">
|
||||
<LayoutTransformControl.LayoutTransform>
|
||||
<ScaleTransform ScaleX="0.8" ScaleY="0.8"/>
|
||||
</LayoutTransformControl.LayoutTransform>
|
||||
|
||||
<md:MarkdownScrollViewer Markdown="{Binding MapLayer.Description}"/>
|
||||
</LayoutTransformControl>
|
||||
<md:MarkdownScrollViewer Markdown="{Binding MapLayer.Description}"/>
|
||||
</StackPanel>
|
||||
</UserControl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue