ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
141 stars 79 forks source link

Delete confirmation popup is miniscule #82

Closed lukebakken closed 5 years ago

lukebakken commented 5 years ago

Expected Behavior

Actual Behavior

Popup confirmation is too small to see any buttons. Hitting "Enter" for OK still works, however.

Steps to Reproduce the Problem

  1. Choose transaction to delete
  2. Observe small popup

Specifications

$ java -version
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+4)
OpenJDK 64-Bit Server VM (build 11.0.3+4, mixed mode)
ccavanaugh commented 5 years ago

What desktop environment are you using? I'm running Arch as well and I'm not seeing any issues on Gnome.

Can you try without the JAVA_OPTIONS set?

lukebakken commented 5 years ago

I'm using KDE. Unsetting _JAVA_OPTIONS has no effect, unfortunately. Here's what it looks like (I have blacked out the jgnash register):

jgnash-delete-confirmation

lukebakken commented 5 years ago

Removing prefs doesn't affect this either (rm -rf .java/.userPrefs/jgnash/). I use 150% text size on a 4K monitor, but adjusting that doesn't seem to have an effect.

When I was taking screenshots for this issue, the delete dialog did come up correctly, once. I have no idea why, and it has since reverted to the above behavior.

ccavanaugh commented 5 years ago

I think I have a handle on it now. It's a 4K issue, but not having one, I've made some changes that should yield better results.

Fix will be in the next release.

lukebakken commented 5 years ago

Great, I'll test it out. Thanks!

ccavanaugh commented 5 years ago

Just to make you aware, this release will update your file.

lukebakken commented 5 years ago

@ccavanaugh I still see the same behavior using version 3.1.0. Java and operating system are the same versions as when I reported this.