Skip to content

Commit

Permalink
fix: parampane size behavior. Yes, 0.6. Really.
Browse files Browse the repository at this point in the history
  • Loading branch information
butcherg committed Aug 31, 2017
1 parent 394e675 commit a2faee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rawprocFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void rawprocFrm::CreateGUIControls()
mgr.AddPane(pic, wxCENTER);
mgr.AddPane(commandtree, pinfo.Caption(wxT("Commands")).Position(0));
mgr.AddPane(histogram, pinfo.Caption(wxT("Histogram")).Position(1).Fixed()); //.GripperTop());
mgr.AddPane(parambook, pinfo.Caption(wxT("Parameters")).Position(2).Resizable());
mgr.AddPane(parambook, pinfo.Caption(wxT("Parameters")).Position(2).Resizable().MinSize(285,320).FloatingSize(285,320));
mgr.Update();
#endif

Expand Down

0 comments on commit a2faee5

Please sign in to comment.