Kaynağa Gözat

Add missing text size outlet actions

master
Matt Baer 6 yıl önce
ebeveyn
işleme
2a9b831312
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. +8
    -0
      writeas/AppDelegate.swift

+ 8
- 0
writeas/AppDelegate.swift Dosyayı Görüntüle

@@ -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)
}
}


Yükleniyor…
İptal
Kaydet