소스 검색

Add missing text size outlet actions

master
Matt Baer 6 년 전
부모
커밋
2a9b831312
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      writeas/AppDelegate.swift

+ 8
- 0
writeas/AppDelegate.swift 파일 보기

@@ -90,5 +90,13 @@ class AppDelegate: NSObject, NSApplicationDelegate {
@IBAction func publishDoc(_ sender: Any) {
vc?.publish()
}

@IBAction func viewIncTextSize(_ sender: Any) {
vc?.adjustTextSize(increment: true)
}

@IBAction func viewDecTextSize(_ sender: Any) {
vc?.adjustTextSize(increment: false)
}
}


불러오는 중...
취소
저장