-
Notifications
You must be signed in to change notification settings - Fork 83
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
Ability to set different border widths and colors for a rectangle's sides #463
Comments
I agree with this general idea, I think it will also become very important when we (eventually) have a spreadsheet/table like element for displaying data. |
Hi, @MyreMylar , I would like to work on it! |
Hello Chavi, This is really a couple of nested problems to solve;
The code for all these parts is spread all over the GUI library as border_width is is used in lots of places, but there are important sections for the drawing in |
Thank you so much @MyreMylar , Do you recommend me to work on it? Maby, you have something easier for me as a new contributor? I prefer to enhance than solve bugs. |
It would be very useful to have this feature. For example, I might want to render a vertical or horizontal bar to separate different UI elements, and this would be easily done by creating a border that is only active on one side.
This could be modified from the theme JSON file where instead of
You would define:
I'm not really sure if there is any alternative to the issue I've mentioned, and if anyone has any ideas I would appreciate it if you could share them! Thank you
The text was updated successfully, but these errors were encountered: