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:
SweetPPro
2022-06-03 02:05:15 +02:00
committed by GitHub
parent c2cd09d8d7
commit df657e9a04
35 changed files with 517 additions and 441 deletions

View 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