Bug - Fixed Large svn add dialog when updating during login

Rinn

Developer
I noticed this today, the height of this dialog scales with the number of files that are being added.
 

Attachments

  • mafia-svn-dialog.png
    mafia-svn-dialog.png
    92.9 KB · Views: 95

lostcalpolydude

Developer
Staff member
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
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:

Bale

Minion
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?
 
Top