mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
df657e9a04
* updated macOS group popup button alignment popup button alignment enhancements described in the following issue: https://github.com/transmission/transmission/issues/3143 * updated macOS segmented controls in Preferences window as described in the following issue: https://github.com/transmission/transmission/issues/3143
9 lines
269 B
Objective-C
9 lines
269 B
Objective-C
// This file Copyright © 2007-2022 Transmission authors and contributors.
|
|
// It may be used under the MIT (SPDX: MIT) license.
|
|
// License text can be found in the licenses/ folder.
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface PriorityPopUpButtonCell : NSPopUpButtonCell
|
|
|
|
@end
|