Changed hover delay from 150 to 50ms
This commit is contained in:
parent
5c7d1389e9
commit
f3ffe4c4c6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
mintmenu (4.9.0) helena; urgency=low
|
||||||
|
|
||||||
|
* Changed hover delay from 150 to 50ms
|
||||||
|
|
||||||
|
-- Clement Lefebvre <root@linuxmint.com> Fri, 29 Nov 2009 14:59:00 +0000
|
||||||
|
|
||||||
mintmenu (4.8.9) helena; urgency=low
|
mintmenu (4.8.9) helena; urgency=low
|
||||||
|
|
||||||
* Inverted labels between name and path in the edit places dialog in preferences
|
* Inverted labels between name and path in the edit places dialog in preferences
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -433,7 +433,7 @@ class pluginclass( object ):
|
|||||||
self.favCols = self.gconf.get( "int", "fav_cols", 2 )
|
self.favCols = self.gconf.get( "int", "fav_cols", 2 )
|
||||||
self.swapgeneric = self.gconf.get( "bool", "swap_generic_name", False )
|
self.swapgeneric = self.gconf.get( "bool", "swap_generic_name", False )
|
||||||
self.showcategoryicons = self.gconf.get( "bool", "show_category_icons", True )
|
self.showcategoryicons = self.gconf.get( "bool", "show_category_icons", True )
|
||||||
self.categoryhoverdelay = self.gconf.get( "int", "category_hover_delay", 150 )
|
self.categoryhoverdelay = self.gconf.get( "int", "category_hover_delay", 50 )
|
||||||
self.showapplicationcomments = self.gconf.get( "bool", "show_application_comments", True )
|
self.showapplicationcomments = self.gconf.get( "bool", "show_application_comments", True )
|
||||||
|
|
||||||
self.lastActiveTab = self.gconf.get( "int", "last_active_tab", 0 )
|
self.lastActiveTab = self.gconf.get( "int", "last_active_tab", 0 )
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user