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
LauncherIcon and LauncherText of RibbonGroupBox are not applied to the appearance.
LauncherIcon is set to RibbonGroupBox, but the built-in icon will always be used. LauncherText is set to RibbonGroupBox, but it is not used.
<Fluent:RibbonGroupBox x:Name="Font" Header="Font" StateDefinition="Large,Middle,Small" KeyTip="F" Icon="pack://application:,,,/Fluent.Ribbon.Showcase;component/Images/FontColor.png" IsLauncherVisible="True" LauncherClick="OnLauncherButtonClick" LauncherKeys="NF" LauncherIcon="/Images/FontColor.png">
Incorrect:
Correct:
The text was updated successfully, but these errors were encountered:
fix: the built-in launcher icon will always be used
681bd51
fix fluentribbon#941
Merge pull request #942 from nishy2000/hotfix-941-LauncherIcon-is-not…
3833af5
…-applied fix for #941 (LauncherIcon of RibbonGroupBox is not applied)
Adding #941 to changelog
adc78d7
Successfully merging a pull request may close this issue.
LauncherIcon and LauncherText of RibbonGroupBox are not applied to the appearance.
LauncherIcon is set to RibbonGroupBox, but the built-in icon will always be used.
LauncherText is set to RibbonGroupBox, but it is not used.
Incorrect:
Correct:
Environment
The text was updated successfully, but these errors were encountered: