diff view/PaneStack.h @ 320:984c1975f1ff

* Some tidying up to handling of alignment; add alignment status label to pane; ensure alignment when dragging with mouse as well as when playing
author Chris Cannam
date Thu, 25 Oct 2007 14:32:23 +0000
parents 2a50c1ecc990
children 267586900360
line wrap: on
line diff
--- a/view/PaneStack.h	Mon Oct 22 14:24:31 2007 +0000
+++ b/view/PaneStack.h	Thu Oct 25 14:32:23 2007 +0000
@@ -66,6 +66,8 @@
 
     void setPropertyStackMinWidth(int mw);
 
+    void sizePanesEqually();
+
 signals:
     void currentPaneChanged(Pane *pane);
     void currentLayerChanged(Pane *pane, Layer *layer);