Rinn Developer Sep 18, 2013 #1 I noticed this today, the height of this dialog scales with the number of files that are being added. Attachments mafia-svn-dialog.png 92.9 KB · Views: 95
I noticed this today, the height of this dialog scales with the number of files that are being added.
lostcalpolydude Developer Staff member Sep 18, 2013 #2 I think a JScrollPane could be used to fix this around line 890 in SVNManager, but my few attempts at changing it to something better were unsuccessful.
I think a JScrollPane could be used to fix this around line 890 in SVNManager, but my few attempts at changing it to something better were unsuccessful.
roippi Developer Oct 16, 2013 #4 JOptionPane dialogs are a bit of a pain to customize (in terms of adding other JComponents). Might as well just truncate the warning dialog, r12897. Last edited: Oct 16, 2013
JOptionPane dialogs are a bit of a pain to customize (in terms of adding other JComponents). Might as well just truncate the warning dialog, r12897.
Bale Minion Oct 16, 2013 #5 Yeah, it's simple, but it probably doesn't hurt much to take this simplistic approach. To how many lines is the warning dialogue limited?
Yeah, it's simple, but it probably doesn't hurt much to take this simplistic approach. To how many lines is the warning dialogue limited?