mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Updated macOS segmented control alignment and popup button style (#3156)
* 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
This commit is contained in:
9
macosx/GroupPopUpButtonCell.h
Normal file
9
macosx/GroupPopUpButtonCell.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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 GroupPopUpButtonCell : NSPopUpButtonCell
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user