Skip to content

Commit

Permalink
Set minimum size
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Apr 22, 2023
1 parent 0df2a79 commit fb40284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tlQtWidget/TimelineWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ namespace tl
surfaceFormat.setStencilBufferSize(8);
setFormat(surfaceFormat);

setMinimumSize(16, 16);
setMouseTracking(true);
setAcceptDrops(true);
setFocusPolicy(Qt::StrongFocus);
Expand Down

0 comments on commit fb40284

Please sign in to comment.