aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Console/Themes
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-02-28 23:54:22 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-02-28 23:54:22 +0200
commiteb5e79f5dc4983612b1716cf6e52323dc0da0ba6 (patch)
tree0df0b2a34990a80401723a1d7064f36463a95f20 /Software/Visual_Studio/Tango.Console/Themes
parentd9d8ca61ee95dff152b05fd9d5bcae8aac0fa3da (diff)
downloadTango-eb5e79f5dc4983612b1716cf6e52323dc0da0ba6.tar.gz
Tango-eb5e79f5dc4983612b1716cf6e52323dc0da0ba6.zip
Started FSE Console & Remote Desktop.
Diffstat (limited to 'Software/Visual_Studio/Tango.Console/Themes')
-rw-r--r--Software/Visual_Studio/Tango.Console/Themes/Generic.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Console/Themes/Generic.xaml b/Software/Visual_Studio/Tango.Console/Themes/Generic.xaml
index 3aaea90d7..e2a9e2b8f 100644
--- a/Software/Visual_Studio/Tango.Console/Themes/Generic.xaml
+++ b/Software/Visual_Studio/Tango.Console/Themes/Generic.xaml
@@ -76,7 +76,7 @@
<Canvas HorizontalAlignment="Right" VerticalAlignment="Top">
<Popup x:Name="PART_popup" IsOpen="False" Placement="Right" HorizontalOffset="10">
<Border Padding="5" CornerRadius="3" MaxWidth="500" BorderThickness="1" BorderBrush="{TemplateBinding SuggestionsBorderBrush}" Background="{TemplateBinding SuggestionsBackground}">
- <TextBlock Foreground="{TemplateBinding SuggestionsForeground}" TextWrapping="Wrap" Text="{Binding ElementName=PART_listSuggestions,Path=SelectedItem.Description}"></TextBlock>
+ <TextBlock FontSize="11" Foreground="{TemplateBinding SuggestionsForeground}" TextWrapping="Wrap" Text="{Binding ElementName=PART_listSuggestions,Path=SelectedItem.Description}"></TextBlock>
</Border>
</Popup>
</Canvas>