diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-09-28 02:47:54 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-09-28 02:47:54 +0200 |
commit | ea71281629706b4a8187108e4877b440e0e9b4df (patch) | |
tree | 6f3591acbbebc479efeff8cbf1ce679dc6f1d8f2 /application/MainWindow.h | |
parent | c51512f94036b7d13b98cb02b8e8c1e549e7b448 (diff) | |
download | MultiMC-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.h | 2 |
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; |