[Xfce4-commits] [apps/xfce4-screensaver] 01/01: xfce-floaters: Enable 1000 mice at a time
noreply at xfce.org
noreply at xfce.org
Sun Jul 14 00:17:44 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e 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 apps/xfce4-screensaver.
commit 4ae5821d5a21eabe037abe88c9598672dc9cbbfa
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Jul 13 18:17:37 2019 -0400
xfce-floaters: Enable 1000 mice at a time
---
src/xfce4-screensaver-configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfce4-screensaver-configure b/src/xfce4-screensaver-configure
index a481054..f367416 100755
--- a/src/xfce4-screensaver-configure
+++ b/src/xfce4-screensaver-configure
@@ -166,7 +166,7 @@ class DesktopScreensaverSettings(ScreensaverSettings):
if self.name == "xfce-floaters":
options["number-of-images"] = {'id': 'number-of-images', 'type': 'spinbutton',
'label': _('Max number of images'), 'argument': '-n %',
- 'default': 5, 'low': 1, 'high': 25}
+ 'default': 5, 'low': 1, 'high': 1000}
options["show-paths"] = {'id': 'show-paths', 'type': 'checkbox',
'label': _('Show paths'), 'argument': '-p'}
options["do-rotations"] = {'id': 'do-rotations', 'type': 'checkbox',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list