NOISSUE fix aspect ratio issues with the instance icon in the instance toolbar

This commit is contained in:
Petr Mrázek
2017-09-28 02:47:54 +02:00
parent c51512f940
commit ea71281629
6 changed files with 68 additions and 34 deletions

View File

@@ -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;