fixed text selection

This commit is contained in:
fourtf
2018-01-16 00:26:04 +01:00
parent 1133b33318
commit a190eda075
20 changed files with 278 additions and 1052 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "aboutpage.hpp"
#include <util/layoutcreator.hpp>
#include "util/layoutcreator.hpp"
#include <QLabel>
#include <QVBoxLayout>
+1 -1
View File
@@ -7,7 +7,7 @@
#include <QPushButton>
#include <QVBoxLayout>
#include <util/layoutcreator.hpp>
#include "util/layoutcreator.hpp"
#define THEME_ITEMS "White", "Light", "Dark", "Black"
+1 -1
View File
@@ -3,8 +3,8 @@
#include <QLabel>
#include <QTextEdit>
#include <util/layoutcreator.hpp>
#include "singletons/commandmanager.hpp"
#include "util/layoutcreator.hpp"
// clang-format off
#define TEXT "One command per line.\n"\
+1 -1
View File
@@ -1,6 +1,6 @@
#include "emotespage.hpp"
#include <util/layoutcreator.hpp>
#include "util/layoutcreator.hpp"
namespace chatterino {
namespace widgets {