ccavanaugh / jgnash

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

Date entry field doesn't accommodate longer date format #63

Closed surratta closed 5 years ago

surratta commented 5 years ago

Expected Behavior

show the whole date, regardless of date format. i.e., expand the date entry field when necessary.

Actual Behavior

the date gets visually truncated. the value is there, the input still works properly.

screenshot from 2018-10-29 17-53-16

Steps to Reproduce the Problem

  1. open jGnash (Fx)
  2. in the Tools menu, change default date format to yyyy-MM-dd
  3. try to enter a new transaction
  4. observe that the date value of 2018-10-30 only shows up as 2018-10- (and a few of the left-most pixels of the 3)

Specifications

ccavanaugh commented 5 years ago

Thanks for reporting this. It's now fixed for the next release. After changing the format, you may need to restart, but after that it will then adjust for any changes in font scale.