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

ColorPicker, Backlight, KbIndicator, and StatusNotifier styling fixes #1846

Closed
wants to merge 1 commit into from
Closed

ColorPicker, Backlight, KbIndicator, and StatusNotifier styling fixes #1846

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 15, 2022

setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding) for ColorPicker and Backlight.
Set StatusNotifier's buttons object name to "StatusNotifierButton".

Closes #1845.

- Color Picker, Backlight: setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
- Status Notifier: setObjectName(QLatin1String("StatusNotifierButton"));
Repository owner closed this by deleting the head repository Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems with styling ColorPicker, Backlight, KbIndicator, and StatusNotifier
2 participants