]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Fix the global stylesheet not being copied when installing.
authorwodim <redacted>
Tue, 29 Aug 2017 14:01:48 +0000 (16:01 +0200)
committerwodim <redacted>
Tue, 29 Aug 2017 14:01:48 +0000 (16:01 +0200)
data/config/CMakeLists.txt
data/config/style.css

index 6381ab63a106ff30b70f067c4c997816b87b45d1..24dc7287d44ebdf74391194e1ad778b61424f3e8 100644 (file)
@@ -1,7 +1,7 @@
 # CMakeLists for data/config
 
 file(GLOB files "*.kvc")
-list(APPEND ${files} "style.css")
+list(APPEND files "style.css")
 
 if(UNIX)
        if(APPLE)
index 32d47e26d0bc394f46cd9216418ebe1517037c48..82d72677a1365974e50a7e3542fdfdb5c593296f 100644 (file)
@@ -5,8 +5,6 @@ QToolTip {
     border-width: 1px;
     border-style: solid;
     padding: 2px;
-    border-radius: 7px;
-    opacity: 230;
 }
 
 /* Make text in message boxes selectable. */