molsonkiko / JsonToolsNppPlugin

A Notepad++ plugin providing tools for JSON like linting, querying, a tree view, and CSV conversion.
Apache License 2.0
70 stars 9 forks source link

Text clipping in buttons #12

Closed vinsworldcom closed 1 year ago

vinsworldcom commented 1 year ago

I suspect there is some text clipping in the buttons in the UI:

image

Assuming top right should be "Query to CSV" - notice the "V" is clipped Assuming bottom left should be "Current Path" - notice the "h" is clipped.

To be honest, not sure the bottom left button is even needed as you can highlight the text and either CTRL+C or right click in the and select copy from the menu.

Cheers.

vinsworldcom commented 1 year ago

Also note, the checkbox overlaps with the query text box.

molsonkiko commented 1 year ago

I tried to fix this issue in my last commit, but since I never saw the issues on my own computer, only someone who previously saw them can tell me if they're gone. Sorry it took me so long to get around to this.

@vinsworldcom , when you submitted that issue about the URLs box in the JSON from files and APIs form, I noticed some more similar text clipping in the title and one of the labels. I'd really appreciate if you could look at my other forms (find/replace, JSON->CSV, JSON from files and APIs) and let me know if there's still any clipping there.

vinsworldcom commented 1 year ago

Looks better:

image

Notice some still misalignment, but no clipped text in buttons: image

image

Cheers.

molsonkiko commented 1 year ago

Should be better now.