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
Using the properties file customization i tried to create my own button class, but even if attributes like background, foreground and arc work correctly, when i add the border description the button stops being rounded, even if the border appears curved.
This is my properties code: [style]Button.newButton = \ arc:20;\ border: 5, 10, 5, 10, #FFFFFF, 2, 20; \ foreground: #F6FCFF; \ background: #1EB7F5;\ iconTextGap: 13; \
I've also tried to take out the roundness value from the border, but the arc attribute is still ignored and both button and border are printed squared: [style]Button.newButton = \ arc:20;\ border: 5, 10, 5, 10, #FFFFFF, 2; \ foreground: #F6FCFF; \ background: #1EB7F5;\ iconTextGap: 13; \
please let me know how could i improve my code, thank you in advance for all the work on flatlaf!
The text was updated successfully, but these errors were encountered:
Using the properties file customization i tried to create my own button class, but even if attributes like background, foreground and arc work correctly, when i add the border description the button stops being rounded, even if the border appears curved.
This is my properties code:
[style]Button.newButton = \ arc:20;\ border: 5, 10, 5, 10, #FFFFFF, 2, 20; \ foreground: #F6FCFF; \ background: #1EB7F5;\ iconTextGap: 13; \
I've also tried to take out the roundness value from the border, but the arc attribute is still ignored and both button and border are printed squared:
[style]Button.newButton = \ arc:20;\ border: 5, 10, 5, 10, #FFFFFF, 2; \ foreground: #F6FCFF; \ background: #1EB7F5;\ iconTextGap: 13; \
please let me know how could i improve my code, thank you in advance for all the work on flatlaf!
The text was updated successfully, but these errors were encountered: