dice-group / SAIM

LIMES GUI
GNU Affero General Public License v3.0
3 stars 3 forks source link

InstanceInfoPanel not high enough in the ActiveLearningPanel #42

Open KonradHoeffner opened 11 years ago

KonradHoeffner commented 11 years ago

For fast evaluation of the property values the InstanceInfoTable should always have maximum height (except in extreme circumstances when there are more than 10 properties). I fiddled around with some of the values but I couldnt figure out how to set the table height so that it is always maximized until 10 properties.

KLyko commented 11 years ago

As of commit 0068abf80290d22a9296451e4b63ebf815a3b123 i show results in a VerticalSplitPanel which is more comfortable. We have to find a way to set the heights of all related componentes (SubWindow, Panel which hold SplitPanel, Table etc.) in a more generic way.

KonradHoeffner commented 11 years ago

The VerticalSplitPanel only shows 3 properties and no paginations so the values for all other properties are not visible anymore. See http://konradhoeffner.de/files/saim_to_little_properties.avi

KLyko commented 11 years ago

This was due to a fixed height setting, now the upper splitpanel is scrollable