Too lazy to comment

This commit is contained in:
2020-01-11 20:29:21 +01:00
parent 7bcb5f1e2a
commit 243165461b
121 changed files with 359938 additions and 177389 deletions

19
tb/stylesheets/base.qss Normal file
View File

@@ -0,0 +1,19 @@
QTableView {
border: none;
}
QListWidget {
border: none;
}
QListWidget#controlListBox_listWidget {
border: none;
}
QCheckBox#entityDefinition_checkboxWidget {
margin-left: 11px;
}
QToolButton#toolButton_borderless {
border: none;
}