new combo box control
This commit is contained in:
@@ -60,8 +60,14 @@
|
||||
Background="{Binding Theme.Background}"
|
||||
/>
|
||||
|
||||
<TextBlock x:Name="LinkTextBlock" Margin="0,10">
|
||||
<local:HyperlinkEx x:Name="Link"></local:HyperlinkEx>
|
||||
<TextBlock
|
||||
x:Name="LinkTextBlock"
|
||||
Margin="2,0"
|
||||
>
|
||||
<local:HyperlinkEx
|
||||
x:Name="Link"
|
||||
Foreground="{Binding Theme.Heading}"
|
||||
/>
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user