mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
#3669 Streamline the bottom-left buttons, removing the button borders and using an updated turtle image. There is glue-code for this to work on localizations until they update the xib files.
This commit is contained in:
@@ -409,6 +409,12 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||
if ([fDefaults boolForKey: @"SmallView"])
|
||||
[fTableView setRowHeight: ROW_HEIGHT_SMALL];
|
||||
|
||||
#warning remove once localizations are updated for 2.2
|
||||
[fActionButton setBordered: NO];
|
||||
[fActionButton setFrame: NSMakeRect(8.0, 2.0, 36.0, 18.0)];
|
||||
[fSpeedLimitButton setBordered: NO];
|
||||
[fSpeedLimitButton setFrame: NSMakeRect(47.0, 2.0, 36.0, 18.0)];
|
||||
|
||||
//window min height
|
||||
NSSize contentMinSize = [fWindow contentMinSize];
|
||||
contentMinSize.height = [[fWindow contentView] frame].size.height - [[fTableView enclosingScrollView] frame].size.height
|
||||
|
||||
Reference in New Issue
Block a user