diff options
Diffstat (limited to 'gui/LabeledToolButton.cpp')
-rw-r--r-- | gui/LabeledToolButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/LabeledToolButton.cpp b/gui/LabeledToolButton.cpp index f1e54696..be84d1b7 100644 --- a/gui/LabeledToolButton.cpp +++ b/gui/LabeledToolButton.cpp @@ -69,4 +69,4 @@ void LabeledToolButton::resizeEvent(QResizeEvent * event) { m_label->setGeometry(QRect(4, 4, width()-8, height()-8)); QWidget::resizeEvent(event); -}
\ No newline at end of file +} |