mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: improve Paint Modern Tool Bar Item in ViewerForm on macOS
This commit is contained in:
parent
65d7f5180c
commit
198b296abc
1 changed files with 2 additions and 2 deletions
|
|
@ -603,11 +603,11 @@ const
|
|||
priority: NSToolbarItemVisibilityPriorityStandard;
|
||||
navigational: False;
|
||||
appValidates: True;
|
||||
iconName: 'pencil.tip';
|
||||
iconName: 'pencil.tip.crop.circle';
|
||||
title: 'Paint';
|
||||
tips: 'Paint';
|
||||
bordered: True;
|
||||
alternateIconName: '#pencil.tip';
|
||||
alternateIconName: '####pencil.tip.crop.circle';
|
||||
|
||||
onAction: @viewerPaintAction;
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue