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
It turns out we are missing the "outline" variant from our StatusBaseButton
We usually resort to configuring it manually, ie:
normalColor: "transparent" borderWidth: 1 borderColor: Theme.palette.baseColor2
So it makes sense to add a property bool isOutline with the above values to have it available by default for each user of the component
property bool isOutline
The text was updated successfully, but these errors were encountered:
feat(StatusButton): add an outline variant
7790c72
- only for `StatusButton` as for the `StatusFlatButton` it's not desired - also use defined metrics for padding/spacing Fixes #17124
d8dd38c
- only for `StatusButton` as for the `StatusFlatButton` it's not desired - also use defined metrics for padding/spacing - add a QML test Fixes #17124
caybro
Successfully merging a pull request may close this issue.
Description
It turns out we are missing the "outline" variant from our StatusBaseButton
We usually resort to configuring it manually, ie:
So it makes sense to add a
property bool isOutline
with the above values to have it available by default for each user of the componentThe text was updated successfully, but these errors were encountered: