summaryrefslogtreecommitdiffstats
path: root/application/MainWindow.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-09-28 02:47:54 +0200
committerPetr Mrázek <peterix@gmail.com>2017-09-28 02:47:54 +0200
commitea71281629706b4a8187108e4877b440e0e9b4df (patch)
tree6f3591acbbebc479efeff8cbf1ce679dc6f1d8f2 /application/MainWindow.h
parentc51512f94036b7d13b98cb02b8e8c1e549e7b448 (diff)
downloadMultiMC-ea71281629706b4a8187108e4877b440e0e9b4df.tar
MultiMC-ea71281629706b4a8187108e4877b440e0e9b4df.tar.gz
MultiMC-ea71281629706b4a8187108e4877b440e0e9b4df.tar.lz
MultiMC-ea71281629706b4a8187108e4877b440e0e9b4df.tar.xz
MultiMC-ea71281629706b4a8187108e4877b440e0e9b4df.zip
NOISSUE fix aspect ratio issues with the instance icon in the instance toolbar
Diffstat (limited to 'application/MainWindow.h')
-rw-r--r--application/MainWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MainWindow.h b/application/MainWindow.h
index 2a70f17c..1ed5f052 100644
--- a/application/MainWindow.h
+++ b/application/MainWindow.h
@@ -186,7 +186,7 @@ private:
GroupView *view = nullptr;
InstanceProxyModel *proxymodel = nullptr;
LabeledToolButton *renameButton = nullptr;
- QToolButton *changeIconButton = nullptr;
+ LabeledToolButton *changeIconButton = nullptr;
QToolButton *newsLabel = nullptr;
QLabel *m_statusLeft = nullptr;
ServerStatus *m_statusRight = nullptr;