Minor UI changes (#89)

* automatically scroll to new entry

* fix remote file check always matching

* sort combobox entries alphabetically (meida / processes / audio)

* fix some visual issues on non-default OBS themes
This commit is contained in:
WarmUpTill
2020-12-28 17:03:55 +01:00
committed by GitHub
parent 80e2b3dd14
commit e377be3999
13 changed files with 97 additions and 126 deletions

View File

@@ -75,6 +75,9 @@ public:
QColor = QColor(0, 0, 0, 0),
QString specifier = "QLabel ");
void listAddClicked(QListWidget *list, SwitchWidget *newWidget,
QPushButton *addButton = nullptr,
QMetaObject::Connection *addHighlight = nullptr);
bool listMoveUp(QListWidget *list);
bool listMoveDown(QListWidget *list);