summaryrefslogtreecommitdiffstats
path: root/res/skins/LateNight/style-mac.qss
diff options
context:
space:
mode:
Diffstat (limited to 'res/skins/LateNight/style-mac.qss')
-rw-r--r--res/skins/LateNight/style-mac.qss14
1 files changed, 10 insertions, 4 deletions
diff --git a/res/skins/LateNight/style-mac.qss b/res/skins/LateNight/style-mac.qss
index 6af959d7d7..49b40e907d 100644
--- a/res/skins/LateNight/style-mac.qss
+++ b/res/skins/LateNight/style-mac.qss
@@ -1,13 +1,19 @@
-/* hack to hide the checkmark, otherwise text gets cut off
+/* Previously necessary hack to hide the checkmark, otherwise text gets cut off
on the right on Retina screens. This can only be done for macOS
-because it cuts off text on the left on KDE */
+because it cuts off text on the left on KDE
WEffectSelector QAbstractItemView {
margin: 0 0 0 -26px;
-}
+} */
/* hide the checkmark just in case the above shows a
-partial checkmark on some untested screen */
+partial checkmark on some untested screen
WEffectSelector::indicator {
border: 0;
+} */
+
+
+#LibraryBPMSpinBox {
+ padding: 0px;
+ margin: 0px;
}