mirror of
https://github.com/coteditor/CotEditor.git
synced 2024-11-10 18:53:49 +03:00
Rename image resource
This commit is contained in:
parent
666e065f69
commit
c2d79fb687
@ -5,7 +5,7 @@
|
||||
},
|
||||
"symbols" : [
|
||||
{
|
||||
"filename" : "text.verticalorientation.svg",
|
||||
"filename" : "text.vertical.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
]
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "split.add-vertical.svg",
|
||||
"filename" : "split.add.vertical.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 393 B |
@ -475,7 +475,7 @@ extension DocumentWindowController: NSToolbarDelegate {
|
||||
let verticalItem = NSToolbarItem(itemIdentifier: .verticalText)
|
||||
verticalItem.label = String(localized: "Vertical")
|
||||
verticalItem.toolTip = String(localized: "Vertical")
|
||||
verticalItem.image = NSImage(resource: .textVerticalorientation)
|
||||
verticalItem.image = NSImage(resource: .textVertical)
|
||||
verticalItem.action = #selector(DocumentViewController.makeLayoutOrientationVertical)
|
||||
|
||||
let item = ToolbarItemGroup(itemIdentifier: itemIdentifier)
|
||||
|
Loading…
Reference in New Issue
Block a user