Tooltip and placeholder text for queue field

This commit is contained in:
Gerrit Linnemann 2016-12-29 08:02:47 +01:00
parent 7764d94d76
commit 2771412ebf
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ class ViewController: NSViewController {
self.lblVersion.stringValue = version self.lblVersion.stringValue = version
} }
self.txtQueue.placeholderString = "Kommaseparierte Liste deiner OTRS-Queues."
self.txtQueue.toolTip = self.txtQueue.placeholderString
ticketTableView.delegate = self ticketTableView.delegate = self
ticketTableView.dataSource = self ticketTableView.dataSource = self