Won't Fix
Details
Assignee
Carlos RuizCarlos RuizReporter
Nicolas MicoudNicolas MicoudLabels
Components
Priority
Minor
Details
Details
Assignee
Carlos Ruiz
Carlos RuizReporter
Nicolas Micoud
Nicolas MicoudLabels
Components
Priority
Created August 30, 2012 at 10:36 PM
Updated May 4, 2015 at 5:43 PM
Resolved February 26, 2015 at 2:33 PM
Hi,
Size of panels of sort tabs are hardcoded in VSortTab :
yesPane.setPreferredSize(new Dimension(200, 300));
noPane.setPreferredSize(new Dimension(200, 300));
That could be nice to allow an increase.
I don't think that hardcoding it is a good way (if you're using low resolution screen).
Could it be done in AD_SysConfig (default would be "200, 300"). People could easily increase it.
WDYT ?
Regards,
Nicolas