Opened 8 years ago

Closed 8 years ago

#480 closed defect (fixed)

GUI resizing issues on simultaneous fit page

Reported by: butler Owned by: butler
Priority: major Milestone: SasView 3.1.2
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

The Fit Constraints sizer (second panel in the simultaneous Fit Page) has a variety of ways that it expands and contracts depending on the status of constraints (on or off) and number of constraints etc. Sometimes this can cause the Fit button to disappear (scroll bar does not resize) and sometimes it makes the widgets in the sizer be only half written, or over write each other. It can also cause the 3rd sizer (fit) to be impacted. All of these seem to go away if the panel is stretched (force a resize). Need to do that programmatically so user doesn't get confused

Change History (2)

comment:1 Changed 8 years ago by butler

  • Owner set to butler
  • Status changed from new to accepted

comment:2 Changed 8 years ago by paul butler <butlerpd@…>

  • Resolution set to fixed
  • Status changed from accepted to closed

In [662d8d87e9e23b096bab9ae00b2d0677025933d2]:

add self.FitInside? and some Layout calls to ensure resizing whenever
items are added and removed. fixes #480.

Also added help button which fixes #479

Note: See TracTickets for help on using tickets.