We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since recent changes (something from 26.11 to now), icon characters (Tested with Segoe MDL2 Assets) do not render properly.
Segoe MDL2 Assets
Easy way to reproduce with Control Catalog is to replace in ComboBox.xaml -
ComboBox.xaml
<PathIcon x:Name="DropDownGlyph" Grid.Column="1" UseLayoutRounding="False" IsHitTestVisible="False" Height="12" Width="12" Margin="0,0,10,0" HorizontalAlignment="Right" VerticalAlignment="Center" Foreground="{DynamicResource ComboBoxDropDownGlyphForeground}" Data="M1939 486L2029 576L1024 1581L19 576L109 486L1024 1401L1939 486Z"/>
with
<TextBlock x:Name="DropDownGlyph" Grid.Column="1" UseLayoutRounding="False" IsHitTestVisible="False" Height="12" Width="12" Margin="0,0,10,0" HorizontalAlignment="Right" VerticalAlignment="Center" FontFamily="Segoe MDL2 Assets" Foreground="{DynamicResource ComboBoxDropDownGlyphForeground}" Text=""/>
Unicode icons to display properly.
master
Windows
No response
The text was updated successfully, but these errors were encountered:
I can't see any issue here. You are explicitly limiting the width of TextBlock to 12 and the glyph is wider
Sorry, something went wrong.
Gillibald
No branches or pull requests
Describe the bug
Since recent changes (something from 26.11 to now), icon characters (Tested with
Segoe MDL2 Assets
) do not render properly.To Reproduce
Easy way to reproduce with Control Catalog is to replace in
ComboBox.xaml
-with
Expected behavior
Unicode icons to display properly.
Avalonia version
master
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: