GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
9.63k stars 468 forks source link

Editor preferences has checkboxes overlapping their labels #2103

Closed 0HyperCube closed 1 week ago

0HyperCube commented 2 weeks ago

The file->preferences menu looks like: preferences menu It has some overlapping widgets which are most likely undesired. Introduced by https://github.com/GraphiteEditor/Graphite/commit/de366f951424fcdf4463a419db3fa659910fabfd.

rajiknows commented 2 weeks ago

can you assign me this issue , we just need to fix the CSS in the dialogue component

RounakJoshi09 commented 2 weeks ago

Hi @0HyperCube , I have figured out the place , where the CSS have gone wrong , and fixed this in PR #2104. Actually the problem was, that the elements in the dialog was not acquiring whole space available, which is necessary for proper use of width.

0HyperCube commented 1 week ago

Resolved by https://github.com/GraphiteEditor/Graphite/commit/99cf8f0c4f91a051b59fc2c9e5cc6c7417bdd74b.