[Xfce4-commits] [apps/xfdashboard] 06/31: Replace property 'unmapped-window-icon-gravity' with 'unmapped-window-icon-anchor-point' at all themes
noreply at xfce.org
noreply at xfce.org
Thu Jun 11 19:57:01 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to annotated tag 0.4.1
in repository apps/xfdashboard.
commit dd16a7eb2f0a0705836f522ad1a2ef8c7a4507b9
Author: Stephan Haller <nomad at froevel.de>
Date: Wed Apr 22 20:59:21 2015 +0200
Replace property 'unmapped-window-icon-gravity' with 'unmapped-window-icon-anchor-point' at all themes
---
data/themes/xfdashboard-auber/xfdashboard-auber.css | 2 +-
data/themes/xfdashboard-blue/xfdashboard-blue.css | 2 +-
data/themes/xfdashboard-dark/xfdashboard-dark.css | 2 +-
data/themes/xfdashboard-mint/xfdashboard-mint.css | 2 +-
data/themes/xfdashboard-moranga/xfdashboard-moranga.css | 2 +-
data/themes/xfdashboard-wine/xfdashboard-wine.css | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/data/themes/xfdashboard-auber/xfdashboard-auber.css b/data/themes/xfdashboard-auber/xfdashboard-auber.css
index 2276bd7..0e20f57 100644
--- a/data/themes/xfdashboard-auber/xfdashboard-auber.css
+++ b/data/themes/xfdashboard-auber/xfdashboard-auber.css
@@ -10,7 +10,7 @@ XfdashboardWindowContent
unmapped-window-icon-y-align: 0.5;
unmapped-window-icon-x-scale: 2.0;
unmapped-window-icon-y-scale: 2.0;
- unmapped-window-icon-gravity: center;
+ unmapped-window-icon-anchor-point: center;
}
/* icons */
diff --git a/data/themes/xfdashboard-blue/xfdashboard-blue.css b/data/themes/xfdashboard-blue/xfdashboard-blue.css
index bfd969f..737aebc 100644
--- a/data/themes/xfdashboard-blue/xfdashboard-blue.css
+++ b/data/themes/xfdashboard-blue/xfdashboard-blue.css
@@ -10,7 +10,7 @@ XfdashboardWindowContent
unmapped-window-icon-y-align: 0.5;
unmapped-window-icon-x-scale: 2.0;
unmapped-window-icon-y-scale: 2.0;
- unmapped-window-icon-gravity: center;
+ unmapped-window-icon-anchor-point: center;
}
/* icons */
diff --git a/data/themes/xfdashboard-dark/xfdashboard-dark.css b/data/themes/xfdashboard-dark/xfdashboard-dark.css
index 1db7695..7ffeebb 100644
--- a/data/themes/xfdashboard-dark/xfdashboard-dark.css
+++ b/data/themes/xfdashboard-dark/xfdashboard-dark.css
@@ -10,7 +10,7 @@ XfdashboardWindowContent
unmapped-window-icon-y-align: 0.5;
unmapped-window-icon-x-scale: 2.0;
unmapped-window-icon-y-scale: 2.0;
- unmapped-window-icon-gravity: center;
+ unmapped-window-icon-anchor-point: center;
}
/* icons */
diff --git a/data/themes/xfdashboard-mint/xfdashboard-mint.css b/data/themes/xfdashboard-mint/xfdashboard-mint.css
index 14d28d9..4a8ae52 100644
--- a/data/themes/xfdashboard-mint/xfdashboard-mint.css
+++ b/data/themes/xfdashboard-mint/xfdashboard-mint.css
@@ -10,7 +10,7 @@ XfdashboardWindowContent
unmapped-window-icon-y-align: 0.5;
unmapped-window-icon-x-scale: 2.0;
unmapped-window-icon-y-scale: 2.0;
- unmapped-window-icon-gravity: center;
+ unmapped-window-icon-anchor-point: center;
}
/* icons */
diff --git a/data/themes/xfdashboard-moranga/xfdashboard-moranga.css b/data/themes/xfdashboard-moranga/xfdashboard-moranga.css
index 1c97cfc..251817b 100644
--- a/data/themes/xfdashboard-moranga/xfdashboard-moranga.css
+++ b/data/themes/xfdashboard-moranga/xfdashboard-moranga.css
@@ -10,7 +10,7 @@ XfdashboardWindowContent
unmapped-window-icon-y-align: 0.5;
unmapped-window-icon-x-scale: 2.0;
unmapped-window-icon-y-scale: 2.0;
- unmapped-window-icon-gravity: center;
+ unmapped-window-icon-anchor-point: center;
}
/* icons */
diff --git a/data/themes/xfdashboard-wine/xfdashboard-wine.css b/data/themes/xfdashboard-wine/xfdashboard-wine.css
index acb122f..bd4308b 100644
--- a/data/themes/xfdashboard-wine/xfdashboard-wine.css
+++ b/data/themes/xfdashboard-wine/xfdashboard-wine.css
@@ -10,7 +10,7 @@ XfdashboardWindowContent
unmapped-window-icon-y-align: 0.5;
unmapped-window-icon-x-scale: 2.0;
unmapped-window-icon-y-scale: 2.0;
- unmapped-window-icon-gravity: center;
+ unmapped-window-icon-anchor-point: center;
}
/* icons */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list