summarylogtreecommitdiffstats
path: root/fix_css.patch
blob: d9422226d168eeada249fdd98094404ecb7a13ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Fixes deprecation warnings with recent GTK+ versions
Forwarded: https://savannah.gnu.org/bugs/index.php?53107

--- a/solfege.css
+++ b/solfege.css
@@ -4,25 +4,25 @@
 */
 
 
-#ProgressionNameLabel, #Feedback { font: "Sans 18" }
-#ProgressionLabelNumber { font: "Sans 12" }
-#BoldText { font: Bold }
+#ProgressionNameLabel, #Feedback { font: 18px Sans }
+#ProgressionLabelNumber { font: 12px Sans }
+#BoldText { font: 12px Sans Bold }
 
-#StatisticsH1, #Heading1 { font: Sans 18 }
-#StatisticsH2, #Heading2 { font: Sans 14 }
+#StatisticsH1, #Heading1 { font: 18px Sans }
+#StatisticsH2, #Heading2 { font: 14px Sans }
 
-#BpmInactiveLabel { font: Sans 12 }
-#BpmActiveLabel { font: Sans Bold 12 }
+#BpmInactiveLabel { font: 12px Sans }
+#BpmActiveLabel { font: 12px Sans Bold }
 
 #DIALOGWARNING2 { background: red; }
 #DIALOGWARNING  { background: yellow; }
 
 #DEBUGWARNING {
   background: red;
-  font: Sans Bold 24;
+  font: 24px Sans Bold;
 }
 
-#FlashBarLabel { font: Sans 16 }
+#FlashBarLabel { font: 16px Sans }
 
 #IntervalButtonsWidget GtkButton
  {