-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Deprecate set_min_buttons_width_from_icons
#96276
Conversation
00ade48
to
a7b7b1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dalexeev What's up with Theme Items not supporting deprecated messages?
a7b7b1b
to
5d7dfc6
Compare
|
#96555 is merged, please rebase the branch, it should works now. |
5d7dfc6
to
bde64c4
Compare
Thanks! |
As noted in #89265 (comment), the new
set_min_buttons_width_from_icons
is redundant and only added for compatibility with existing themes. This PR deprecates it and makesicon_width
behave likeset_min_buttons_width_from_icons
when the value is less than 0.Although seems like theme items don't support deprecated messages .-.
To remove
set_min_buttons_width_from_icons
in the future, we'll need to adjust SpinBox icons to have proper width.