mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
treat the entire file icon as the action button
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
NSMutableDictionary * fTitleAttributes, * fStatusAttributes;
|
||||
|
||||
BOOL fTracking, fMouseDownControlButton, fMouseDownRevealButton, fMouseDownActionButton,
|
||||
fHoverControl, fHoverReveal, fHoverAction, fHoverActionIcon;
|
||||
fHoverControl, fHoverReveal, fHoverAction;
|
||||
|
||||
NSColor * fBarOverlayColor;
|
||||
CTGradient * fWhiteGradient, * fGrayGradient, * fLightGrayGradient, * fBlueGradient, * fDarkBlueGradient,
|
||||
@@ -60,7 +60,6 @@
|
||||
- (void) setControlHover: (BOOL) hover;
|
||||
- (void) setRevealHover: (BOOL) hover;
|
||||
- (void) setActionHover: (BOOL) hover;
|
||||
- (void) setActionIconHover: (BOOL) hover;
|
||||
- (void) setActionPushed: (BOOL) pushed;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user