[gtk+] adwaita: fix property spelling mistake



commit 55e06e5d5288a9648ce0b6b1d65c05fda89327ab
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Fri Dec 4 21:02:36 2015 +0000

    adwaita: fix property spelling mistake
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759048

 gtk/theme/Adwaita/_common.scss           |    2 +-
 gtk/theme/Adwaita/gtk-contained-dark.css |    2 +-
 gtk/theme/Adwaita/gtk-contained.css      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index e2d7166..4a1cf5f 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2395,7 +2395,7 @@ progressbar {
     -GtkProgressBar-min-horizontal-bar-height: 3;
     trough {
       border-style: none;
-      border-raduys: 0;
+      border-radius: 0;
       background-color: transparent;
       box-shadow: none;
     }
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 3987654..372bc55 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -3315,7 +3315,7 @@ progressbar {
     -GtkProgressBar-min-horizontal-bar-height: 3; }
     progressbar.osd trough {
       border-style: none;
-      border-raduys: 0;
+      border-radius: 0;
       background-color: transparent;
       box-shadow: none; }
     progressbar.osd progress {
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index a606aa5..edeaaa8 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -3477,7 +3477,7 @@ progressbar {
     -GtkProgressBar-min-horizontal-bar-height: 3; }
     progressbar.osd trough {
       border-style: none;
-      border-raduys: 0;
+      border-radius: 0;
       background-color: transparent;
       box-shadow: none; }
     progressbar.osd progress {


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