diff options
Diffstat (limited to 'src/gui/widgets/PitchDragLabel.cpp')
-rw-r--r-- | src/gui/widgets/PitchDragLabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/PitchDragLabel.cpp b/src/gui/widgets/PitchDragLabel.cpp index b43c15f..507ec1b 100644 --- a/src/gui/widgets/PitchDragLabel.cpp +++ b/src/gui/widgets/PitchDragLabel.cpp @@ -202,7 +202,7 @@ PitchDragLabel::paintEvent(TQPaintEvent *) } TQSize -PitchDragLabel::tqsizeHint() const +PitchDragLabel::sizeHint() const { return TQSize(150, 135); } |