added emojis

This commit is contained in:
fourtf
2017-01-06 23:28:48 +01:00
parent 4d96dcc5e3
commit 82bc101bb8
25 changed files with 2094 additions and 90 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ MainWindow::MainWindow(QWidget *parent) :
this->notebook.addPage();
QPalette palette;
palette.setColor(QPalette::Background, ColorScheme::getInstance().TabPanelBackground);
palette.setColor(QPalette::Background, ColorScheme::instance().TabPanelBackground);
setPalette(palette);
resize(1280, 800);