panel tweaks

This commit is contained in:
itsmattkc
2019-01-02 09:04:33 +11:00
parent ef3e0754be
commit 8d36921b33
6 changed files with 50 additions and 47 deletions
+2
View File
@@ -80,6 +80,8 @@ Timeline::Timeline(QWidget *parent) :
last_frame(0),
scroll(0)
{
setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
setup_ui();
default_track_height = (QGuiApplication::primaryScreen()->logicalDotsPerInch() / 96) * TRACK_DEFAULT_HEIGHT;