Opened 8 years ago

Closed 8 years ago

#616 closed defect (fixed)

Problem with Generic Scattering Calculator buttons

Reported by: butler Owned by: butler
Priority: minor Milestone: SasView 4.1.0
Component: SasView Keywords:
Cc: Work Package: SasView GUI Enhancements

Description

Once a pdb file is loaded in the Generic Scattering Calculator window a new drop down combo box appears BEFORE the two Help and Close buttons, pushing them out of the viewable area. However it does not force a redraw that allows the panel to realize it has elements off to the right so that a scroll bar can be added. Two suggestions:

  • fix so that the redraw alerts the parent that a bottom scroll bar is now required.
  • move the Help and Close buttons one line down so they are not pushed to the right when the drop down box is added.

Change History (2)

comment:1 Changed 8 years ago by butler

  • Milestone changed from SasView 4.0.0 to SasView 4.1.0

comment:2 Changed 8 years ago by butler

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

In 0f7c930fc2c325971c76a60d39f2e3719b8143a3/sasview:

force resize of panel (self.FitInside?()) when the button sizer expands
due to user action. Also puts buttons in two rows so not usually a
problem anyway now. Fixes #616

Note: See TracTickets for help on using tickets.