diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-10-30 00:56:43 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-10-30 00:56:43 +0100 |
commit | f941119fbd89b5677a2895eee3232fa76389b4b5 (patch) | |
tree | 7d761d3c8189c06dda83e3fa88f281a24ab46e4b /gui/LabeledToolButton.cpp | |
parent | c46292c9b1c153f2d17554690e90db1c8efe4d23 (diff) | |
parent | 44823324f9f489adf957a459bac5dd4d0693e85e (diff) | |
download | MultiMC-f941119fbd89b5677a2895eee3232fa76389b4b5.tar MultiMC-f941119fbd89b5677a2895eee3232fa76389b4b5.tar.gz MultiMC-f941119fbd89b5677a2895eee3232fa76389b4b5.tar.lz MultiMC-f941119fbd89b5677a2895eee3232fa76389b4b5.tar.xz MultiMC-f941119fbd89b5677a2895eee3232fa76389b4b5.zip |
Merge branch 'develop'
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 +} |