Skip to content

Commit

Permalink
XAML Style
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIrata committed Jun 15, 2023
1 parent 3df870c commit ce93026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASNC/Controls/TitledComboBox.xaml
Expand Up @@ -34,10 +34,10 @@
x:Name="TitleLabel"
Margin="0,-3,0,0"
Padding="5,5,5,0"
IsHitTestVisible="False"
VerticalAlignment="Top"
Content="{Binding Title, RelativeSource={RelativeSource AncestorType=UserControl}}"
FontSize="11"
IsHitTestVisible="False"
RenderOptions.BitmapScalingMode="HighQuality" />

<Border
Expand Down

0 comments on commit ce93026

Please sign in to comment.