[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix WindowScalingFactory property type

noreply at xfce.org noreply at xfce.org
Fri May 17 14:32:37 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-settings.

commit f83cf095aa8693888f836a00d3ae1f0ae1c9d415
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri May 17 14:32:13 2019 +0200

    Fix WindowScalingFactory property type
---
 xfsettingsd/xsettings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml
index cc48695..4eec000 100644
--- a/xfsettingsd/xsettings.xml
+++ b/xfsettingsd/xsettings.xml
@@ -45,6 +45,6 @@
     <property name="DecorationLayout" type="string" value="menu:minimize,maximize,close"/>
   </property>
   <property name="Gdk" type="empty">
-    <property name="WindowScalingFactor" type="uint" value="1"/>
+    <property name="WindowScalingFactor" type="int" value="1"/>
   </property>
 </channel>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list