[gnome-disk-utility] Use units in application provided CSS to shut up recent GTK+ warning



commit 45f10988748457d73074e1191f03b9d4c988297f
Author: David Zeuthen <davidz redhat com>
Date:   Sat Feb 18 05:29:51 2012 -0500

    Use units in application provided CSS to shut up recent GTK+ warning
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/palimpsest/gduwindow.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/palimpsest/gduwindow.c b/src/palimpsest/gduwindow.c
index a4b12f6..86da9f2 100644
--- a/src/palimpsest/gduwindow.c
+++ b/src/palimpsest/gduwindow.c
@@ -786,14 +786,14 @@ init_css (GduWindow *window)
   GError *error;
   const gchar *css =
 "#devtab-grid-toolbar.toolbar {\n"
-"    border-width: 1;\n"
-"    border-radius: 3;\n"
+"    border-width: 1px;\n"
+"    border-radius: 3px;\n"
 "    border-style: solid;\n"
 "    background-color: @theme_base_color;\n"
 "}\n"
 "\n"
 ".gnome-disk-utility-grid {\n"
-"  border-radius: 3;\n"
+"  border-radius: 3px;\n"
 "}\n"
 "\n"
 ".gnome-disk-utility-grid:selected {\n"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]