mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Uh. That's hideous.
This commit is contained in:
parent
339144f7f8
commit
043d1f49a6
@ -407,7 +407,9 @@ void GUI::createTrackGraphs()
|
||||
_trackGraphs->setFixedHeight(200);
|
||||
_trackGraphs->setSizePolicy(
|
||||
QSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed));
|
||||
#ifndef Q_OS_MAC
|
||||
_trackGraphs->setDocumentMode(true);
|
||||
#endif // Q_OS_MAC
|
||||
}
|
||||
|
||||
void GUI::createStatusBar()
|
||||
|
Loading…
x
Reference in New Issue
Block a user