Skip to content
New issue

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

Set customizable FontWeight for Header #49

Open
alvahtin opened this issue Apr 17, 2024 · 2 comments
Open

Set customizable FontWeight for Header #49

alvahtin opened this issue Apr 17, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@alvahtin
Copy link

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?

@BinToss BinToss self-assigned this Apr 20, 2024
@BinToss BinToss added the enhancement New feature or request label Apr 20, 2024
BinToss added a commit that referenced this issue May 31, 2024
@BinToss
Copy link
Owner

BinToss commented May 31, 2024

I'll assume you mean TemplateBind it to the GroupBox's FontWeight property and assign Bold as the default via the Setter
image
image
This seems to work.
I'll do the same for GroupBoxBasic and commit.

@BinToss
Copy link
Owner

BinToss commented Jun 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants