[gedit] Fix warnings in custom css
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Fix warnings in custom css
- Date: Sat, 4 Feb 2012 17:18:40 +0000 (UTC)
commit 25bf8100cefea641bacbed6aa65b69a257efd8e1
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Feb 4 18:23:00 2012 +0100
Fix warnings in custom css
gedit/gedit-floating-slider.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gedit/gedit-floating-slider.c b/gedit/gedit-floating-slider.c
index 7b3ccb6..620e70b 100644
--- a/gedit/gedit-floating-slider.c
+++ b/gedit/gedit-floating-slider.c
@@ -326,11 +326,11 @@ gedit_floating_slider_class_init (GeditFloatingSliderClass *klass)
"from (shade (@notebook_tab_gradient_a, 0.97)),\n"
"to (shade (@notebook_tab_gradient_b, 0.90)));\n"
- "padding: 6;\n"
+ "padding: 6px;\n"
"border-color: shade (@notebook_tab_gradient_b, 0.80);\n"
- "border-radius: 0 0 3 3;\n"
- "border-width: 0 1 1 1;\n"
+ "border-radius: 0 0 3px 3px;\n"
+ "border-width: 0 1px 1px 1px;\n"
"border-style: solid;\n"
"}\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]