Give project settings a maximum width.

To avoid neverending line edits, make it look more compact.
This commit is contained in:
con
2009-07-22 11:37:23 +02:00
parent 0f26d4e223
commit a9f81ab352
2 changed files with 13 additions and 5 deletions

View File

@@ -69,7 +69,6 @@ private:
QLabel *nameLabel;
QWidget *panelWidget;
};
QWidget *m_widget;
QVBoxLayout *m_layout;
QList<Panel> m_panels;
};