polishing for the update

This commit is contained in:
fourtf
2018-06-23 22:17:57 +02:00
parent 88ef3ef07a
commit 89d9076715
3 changed files with 3 additions and 7 deletions
@@ -36,11 +36,6 @@ CommandPage::CommandPage()
util::LayoutCreator<CommandPage> layoutCreator(this);
auto layout = layoutCreator.emplace<QVBoxLayout>().withoutMargin();
auto warning = layout.emplace<QLabel>("The command system will be reworked in the "
"future!\nYour saved commands will get discarded then. "
"Deleting commands crashes chatterino right now.");
warning.getElement()->setStyleSheet("color: #f00");
helper::EditableModelView *view =
layout.emplace<helper::EditableModelView>(app->commands->createModel(nullptr)).getElement();