Loading isis/src/qisis/objs/CnetEditorView/CnetEditorView.h +8 −3 Original line number Diff line number Diff line Loading @@ -51,6 +51,11 @@ namespace Isis { * @author 2018-04-04 Tracie Sucharski * * @internal * @history 2018-05-28 Kaitlyn Lee - Because AbstractProjectItemView now inherits * from QMainWindow, I added a dummy central widget * and set its layout to the grid layout. We used to set * the whole CnetEditorView widget's layout, now we only * set the central widget's layout. */ class CnetEditorView : public AbstractProjectItemView { Loading Loading
isis/src/qisis/objs/CnetEditorView/CnetEditorView.h +8 −3 Original line number Diff line number Diff line Loading @@ -51,6 +51,11 @@ namespace Isis { * @author 2018-04-04 Tracie Sucharski * * @internal * @history 2018-05-28 Kaitlyn Lee - Because AbstractProjectItemView now inherits * from QMainWindow, I added a dummy central widget * and set its layout to the grid layout. We used to set * the whole CnetEditorView widget's layout, now we only * set the central widget's layout. */ class CnetEditorView : public AbstractProjectItemView { Loading