summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-05-23 20:47:32 +0200
committerBastien Nocera <hadess@hadess.net>2016-05-23 20:47:32 +0200
commit78a4cf55ac375ce873104d3895ece82e3d2bc99c (patch)
treec66db306e5010695e7ac433114a0395459507f69
parent16e9032f14a48248c10734f3fc7fbb90b1e4aef1 (diff)
downloadgnome-bluetooth-78a4cf55ac375ce873104d3895ece82e3d2bc99c.tar.gz
lib: Fix PIN size under GNOME 3.20
The syntax for formats changed from "Pango style" to "CSS style".
-rw-r--r--lib/bluetooth-settings.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bluetooth-settings.css b/lib/bluetooth-settings.css
index 22bd0ebf..d419e929 100644
--- a/lib/bluetooth-settings.css
+++ b/lib/bluetooth-settings.css
@@ -1,7 +1,7 @@
GtkEntry.entry.pin-entry {
- font: regular 50;
+ font: 50 regular;
}
GtkLabel.pin-label {
- font: regular 50;
+ font: 50 regular;
}