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
I have migrated a project from 3.6 to 4.4 beta1.
As I have repaired many nodes that do not work the same I have reached the OptionButtons. My projects contains many of them.
In 3.x the OptionButton, like all buttons has a "Text" property that allow the user to place default text, very important.
in 4.x the "Text" property is missing for this button. As well it is even more obvious that the Fonts have no effect on the items of the OptionButton. My converted OptionButtons and tiny text.
After researching the dropdown is a PopupMenu with it's own properties. This is frustrating as the user can't intuitively change the text size on this without going into Themes.
I feel the OptionButton is a very commonly used UI node and should be easy to use. It seems that in 4.x the node should at least have:
The "Text" property,
Under Fonts, have a property to chose an Item font.
Under Font Sizes, have property for the Item sizes.
There is nothing in the official docs that explain that the user has to do their own behind the scenes footwork to change an OptionButton's Item's font
Wouldn't it be nice to have the suggestions in place for us and new users?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have migrated a project from 3.6 to 4.4 beta1.
As I have repaired many nodes that do not work the same I have reached the OptionButtons. My projects contains many of them.
In 3.x the OptionButton, like all buttons has a "Text" property that allow the user to place default text, very important.
in 4.x the "Text" property is missing for this button. As well it is even more obvious that the Fonts have no effect on the items of the OptionButton. My converted OptionButtons and tiny text.
After researching the dropdown is a PopupMenu with it's own properties. This is frustrating as the user can't intuitively change the text size on this without going into Themes.
I feel the OptionButton is a very commonly used UI node and should be easy to use. It seems that in 4.x the node should at least have:
There is nothing in the official docs that explain that the user has to do their own behind the scenes footwork to change an OptionButton's Item's font
Wouldn't it be nice to have the suggestions in place for us and new users?
Beta Was this translation helpful? Give feedback.
All reactions