Mercurial > hg > svgui
diff view/PaneStack.h @ 495:92b89764eb3b
* a few more midi bits, attempt to fix vertical-black-bar-misplacement-on-mac
author | Chris Cannam |
---|---|
date | Mon, 23 Feb 2009 14:40:17 +0000 |
parents | 6167a28d25fc |
children | 666cdcae5f0d |
line wrap: on
line diff
--- a/view/PaneStack.h Thu Feb 12 15:26:43 2009 +0000 +++ b/view/PaneStack.h Mon Feb 23 14:40:17 2009 +0000 @@ -25,7 +25,7 @@ class QLabel; class QStackedWidget; class QSplitter; -class QHBoxLayout; +class QGridLayout; class View; class Pane; class Layer; @@ -110,7 +110,7 @@ QWidget *propertyStack; QLabel *currentIndicator; QFrame *frame; - QHBoxLayout *layout; + QGridLayout *layout; }; std::vector<PaneRec> m_panes;