#3097 Centered plot title

This commit is contained in:
Gaute Lindkvist
2018-06-26 15:35:13 +02:00
parent 2ebd2def2c
commit 6ae2fbe9d3
2 changed files with 18 additions and 10 deletions

View File

@@ -74,7 +74,8 @@ private:
void updateScrollBar(double minDepth, double maxDepth);
void modifyWidthOfContainingMdiWindow(int widthChange);
std::map<int, int> calculateTrackWidths(int frameWidth);
void placeChildWidgets(int height, int width);
void placeChildWidgets(int frameHeight, int frameWidth);
void positionTitle(int frameWidth);
private slots:
void slotSetMinDepth(int value);