Increase size of panels on sort tabs

Description

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

Environment

None

Activity

Show:

Carlos Ruiz February 26, 2015 at 2:33 PM

Labeled as potential idea - closing - lack of community interest

Nicolas Micoud January 6, 2014 at 3:30 PM

Hi Thomas,

I've try to test your suggestion, but i can't find what property can be used for maximising dynamically the yesPane and noPane.
And thinking about using AD_SysConfig is not so good as this kind of tab is used by System Admin for positionning fields on windows, but also by final users for managing reports.
Your idea sound good, but it would imply to redesing the panel, no ?

Nicolas

Thomas Bayen December 18, 2013 at 4:28 PM

Another idea is to give the whole space of the tab to the panel (or both panels). This idea should be reviewed.

Won't Fix

Details

Assignee

Reporter

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