Tooltip and placeholder text for queue field
This commit is contained in:
parent
7764d94d76
commit
2771412ebf
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user