diff options
| author | 2020-09-01 13:56:37 -0400 | |
|---|---|---|
| committer | 2020-09-01 13:56:37 -0400 | |
| commit | 3dcccabd1d1c046fa9d72f6031d3b83f36b87ece (patch) | |
| tree | 38397c8aa36cd6848ee237258e85b43ff4ab494b /dist | |
| parent | Merge pull request #4588 from ReinUsesLisp/tsan-event (diff) | |
| parent | Address second batch of reviews (diff) | |
| download | yuzu-3dcccabd1d1c046fa9d72f6031d3b83f36b87ece.tar.gz yuzu-3dcccabd1d1c046fa9d72f6031d3b83f36b87ece.tar.xz yuzu-3dcccabd1d1c046fa9d72f6031d3b83f36b87ece.zip | |
Merge pull request #4382 from FearlessTobi/port-udp-config
yuzu: Add motion and touch configuration from Citra
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index 7755426f8..16218f0c2 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/dist/qt_themes/qdarkstyle/style.qss | |||
| @@ -1371,3 +1371,8 @@ QGroupBox#vibrationGroup::title { | |||
| 1371 | padding-left: 1px; | 1371 | padding-left: 1px; |
| 1372 | padding-right: 1px; | 1372 | padding-right: 1px; |
| 1373 | } | 1373 | } |
| 1374 | |||
| 1375 | /* touchscreen mapping widget */ | ||
| 1376 | TouchScreenPreview { | ||
| 1377 | qproperty-dotHighlightColor: #3daee9; | ||
| 1378 | } | ||