Gnurou / tagainijisho

A free Japanese dictionary and learning assistant
http://www.tagaini.net
GNU General Public License v3.0
364 stars 51 forks source link

Wasting space in printing. #239

Closed N3tFX closed 2 years ago

N3tFX commented 4 years ago

When printing my custom lists, many words print with multiple lines that just have a dot and nothing else. And they are many. This results in too much wasted space on pages and uses more than twice the pages that would actually be necessary to print the word list. See the attached image for an example. The next word moved to the next page because that too had extra dot lines and couldn't fit in the white space left on this page.

printing_problem

Gnurou commented 2 years ago

Hi, that's a really weird one - do you have particular language settings in the application? Is this still reproducible today?

N3tFX commented 2 years ago

After the other bug was fixed (#246), I tested for this bug again and it all seems to work as it should. It went from 342 pages (when the dot lines where printed) to only 197 pages without dot lines. A total of 145 pages of blank white space that was wasted due to the dot lines. Thank you for fixing this.