[gnome-boxes] css: Explicitly specify units for font size
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] css: Explicitly specify units for font size
- Date: Thu, 10 Jan 2013 22:28:51 +0000 (UTC)
commit 58f256e44388a2ed21b5cda2abacef30d8cb8781
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Jan 4 21:41:12 2013 +0200
css: Explicitly specify units for font size
This rids of the following runtime warnings against latest gtk+:
(gnome-boxes:15902): Gtk-WARNING **: Theme parsing error: gtk-style.css:92:17: Not using units is deprecated. Assuming 'px'.
https://bugzilla.gnome.org/show_bug.cgi?id=691078
data/gtk-style.css | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 576ac66..02b3201 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -3,12 +3,12 @@
@define-color boxes_selected_color #3465a4;
#TopbarLabel {
- font-size: 14;
+ font-size: 14px;
font-weight: bold;
}
#CollectionLabel {
- font-size: 11;
+ font-size: 11px;
font-weight: bold;
}
@@ -39,7 +39,7 @@ BoxesMiniGraph {
}
.sidebar .cell {
- font-size: 11;
+ font-size: 11px;
font-weight: bold;
}
@@ -58,7 +58,7 @@ BoxesMiniGraph {
.boxes-step-label {
color: #989898;
- font-size: 11;
+ font-size: 11px;
font-weight: bold;
}
@@ -93,12 +93,12 @@ BoxesMiniGraph {
}
.boxes-source-label {
- font-size: 11;
+ font-size: 11px;
font-weight: bold;
}
.boxes-graph-label {
- font-size: 8;
+ font-size: 8px;
font-family: monospace;
color: #989898;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]