Adjusting default mouse lock to 300 instead of 100.

This commit is contained in:
Samuel Clay 2014-11-20 19:35:26 -08:00
parent a642fb9713
commit cf805fed64
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View file

@ -33,7 +33,7 @@
}; };
NEWSBLUR.Preferences = { NEWSBLUR.Preferences = {
'unread_view' : 0, 'unread_view' : 0,
'lock_mouse_indicator' : 100, 'lock_mouse_indicator' : 300,
'feed_pane_size' : {% firstof user_profile.feed_pane_size 258 %}, 'feed_pane_size' : {% firstof user_profile.feed_pane_size 258 %},
'hide_getting_started' : {{ user_profile.hide_getting_started|yesno:"true,false" }}, 'hide_getting_started' : {{ user_profile.hide_getting_started|yesno:"true,false" }},
'has_setup_feeds' : {{ user_profile.has_setup_feeds|yesno:"true,false" }}, 'has_setup_feeds' : {{ user_profile.has_setup_feeds|yesno:"true,false" }},