kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.67k stars 271 forks source link

Add dynamic width to treecells #397

Closed Colbix closed 1 year ago

Colbix commented 1 year ago

+Added dynamic width to tree cell preferred size ~Consolidated location of menu class related items for consistency

kaikramer commented 1 year ago

Hm, this commit seems to reduce the space between the items.

Before: grafik

Now: grafik

I think there is even a bit cut off of the icons.

Could you please take a look into it?

Colbix commented 1 year ago

Good observation. I added a height padding variable which now looks similar to the before picture.