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:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
xmlns:md="clr-namespace:Markdown.Avalonia;assembly=Markdown.Avalonia"
|
xmlns:md="clr-namespace:Markdown.Avalonia;assembly=Markdown.Avalonia"
|
||||||
|
xmlns:ctxt="clr-namespace:ColorTextBlock.Avalonia;assembly=ColorTextBlock.Avalonia"
|
||||||
xmlns:local="clr-namespace:MapControl.UiTools"
|
xmlns:local="clr-namespace:MapControl.UiTools"
|
||||||
x:Class="MapControl.UiTools.MapLayerInfo"
|
x:Class="MapControl.UiTools.MapLayerInfo"
|
||||||
x:Name="mapLayerInfo">
|
x:Name="mapLayerInfo">
|
||||||
|
|
@ -13,6 +14,9 @@
|
||||||
<Setter Property="HorizontalAlignment" Value="Right"/>
|
<Setter Property="HorizontalAlignment" Value="Right"/>
|
||||||
<Setter Property="VerticalAlignment" Value="Bottom"/>
|
<Setter Property="VerticalAlignment" Value="Bottom"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
<Style Selector="ctxt|CRun">
|
||||||
|
<Setter Property="FontSize" Value="10"/>
|
||||||
|
</Style>
|
||||||
</UserControl.Styles>
|
</UserControl.Styles>
|
||||||
|
|
||||||
<StackPanel
|
<StackPanel
|
||||||
|
|
@ -33,12 +37,6 @@
|
||||||
</ProgressBar.IsVisible>
|
</ProgressBar.IsVisible>
|
||||||
</ProgressBar>
|
</ProgressBar>
|
||||||
|
|
||||||
<LayoutTransformControl Margin="{Binding Padding}">
|
|
||||||
<LayoutTransformControl.LayoutTransform>
|
|
||||||
<ScaleTransform ScaleX="0.8" ScaleY="0.8"/>
|
|
||||||
</LayoutTransformControl.LayoutTransform>
|
|
||||||
|
|
||||||
<md:MarkdownScrollViewer Markdown="{Binding MapLayer.Description}"/>
|
<md:MarkdownScrollViewer Markdown="{Binding MapLayer.Description}"/>
|
||||||
</LayoutTransformControl>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue