You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your Themes, the GBHeaderText component is set to FontWeight="Bold". I think not everyone will want to have FontWeight="Bold". Maybe bind it to the ComboBox property so that it is customizable?
The text was updated successfully, but these errors were encountered:
I'll assume you mean TemplateBind it to the GroupBox's FontWeight property and assign Bold as the default via the Setter
This seems to work.
I'll do the same for GroupBoxBasic and commit.
Done, but I discovered issues in the release pipeline. One issue is a quick fix—remove async langwords and refactor to synchronous functions. The rest require complete rewrites because they're design failures.
I've been working on the rewrites for the past few weeks.
In your Themes, the GBHeaderText component is set to FontWeight="Bold". I think not everyone will want to have FontWeight="Bold". Maybe bind it to the ComboBox property so that it is customizable?
The text was updated successfully, but these errors were encountered: