Refactor resize bar notch width to be a constant and private inside GSTheme, making it accessible through -[GSTheme resizebarNotchWidth].

This commit is contained in:
Riccardo Mottola 2022-03-31 23:43:52 +02:00
parent 96db5bf89c
commit e0012349f6
4 changed files with 31 additions and 12 deletions

View file

@ -1227,6 +1227,8 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
- (float) resizebarHeight;
- (float) resizebarNotchWidth;
- (float) titlebarButtonSize;
- (float) titlebarPaddingRight;