mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
make the toolbar buttons a pixel wider
This commit is contained in:
parent
f2a08d272f
commit
889df5413b
1 changed files with 1 additions and 3 deletions
|
@ -2580,12 +2580,10 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
[button setBezelStyle: NSTexturedRoundedBezelStyle];
|
||||
[button setStringValue: @""];
|
||||
|
||||
NSSize buttonSize = NSMakeSize(35.0, 25.0);
|
||||
NSSize buttonSize = NSMakeSize(36.0, 25.0);
|
||||
[item setMinSize: buttonSize];
|
||||
[item setMaxSize: buttonSize];
|
||||
|
||||
NSImage * image;
|
||||
|
||||
if ([ident isEqualToString: TOOLBAR_CREATE])
|
||||
{
|
||||
[item setLabel: NSLocalizedString(@"Create", "Create toolbar item -> label")];
|
||||
|
|
Loading…
Reference in a new issue