summarylogtreecommitdiffstats
path: root/use-system-fonts-on-linux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'use-system-fonts-on-linux.patch')
-rw-r--r--use-system-fonts-on-linux.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/use-system-fonts-on-linux.patch b/use-system-fonts-on-linux.patch
new file mode 100644
index 000000000000..1a3515b85f41
--- /dev/null
+++ b/use-system-fonts-on-linux.patch
@@ -0,0 +1,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;}";