Changes between Initial Version and Version 1 of Ticket #23482, comment 11


Ignore:
Timestamp:
2024-03-05T14:11:49+01:00 (3 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23482, comment 11

    initial v1  
    22The longest I've found (on google translate) is Samoan, "Talu mai lena taimi" (roughly "since then"). There is probably a better translation, but google translate doesn't know it. Anyway, that gives us a "worst case" length.
    33
     4EDIT: Moving the preferred width after setting the max width might work, if we do a `Math.min` call.
     5{{{#!java
     6        col.setPreferredWidth(Math.min(new JLabel(tr("Since") + ".").getMinimumSize().width,
     7                col.getMaxWidth()));
     8}}}
     9
    410> Your dialog is quite different. Some texts are centered where on Windows they are left aligned.
    511FML. This is probably a Windows LaF difference. Metal LaF has the headers centered.