summarylogtreecommitdiffstats
path: root/use-system-fonts-on-linux.patch
blob: 1a3515b85f41e9f2a85e72c7f63875bb834ae7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ruN a/src/BasicMainWindow.cpp b/src/BasicMainWindow.cpp
--- a/src/BasicMainWindow.cpp	2017-02-08 02:33:18.260100911 +0100
+++ b/src/BasicMainWindow.cpp	2017-02-08 02:34:31.967949051 +0100
@@ -63,7 +63,6 @@
 #endif
 
 	QString s;
-	s += "* {%1;}";
 	s += "#label_title, #label_artist, #label_disc {font-weight: bold;}";
 	s += "#label_progress {%2;}";
 	s += "#label_clock {%3; font-weight: bold;}";