|
@@ -65,8 +65,6 @@ class KMHomeOpenView: BaseXibView {
|
|
buttonText: KMLocalizedString("Create PDF"))
|
|
buttonText: KMLocalizedString("Create PDF"))
|
|
createFileButton.properties.propertyInfo.rightIcon_nor = NSImage(named: "arrowDown")
|
|
createFileButton.properties.propertyInfo.rightIcon_nor = NSImage(named: "arrowDown")
|
|
createFileButton.properties.propertyInfo.rightIcon_press = NSImage(named: "arrowDown_press")
|
|
createFileButton.properties.propertyInfo.rightIcon_press = NSImage(named: "arrowDown_press")
|
|
- createFileButton.properties.propertyInfo.cornerRadius_topLeft = 0
|
|
|
|
- createFileButton.properties.propertyInfo.cornerRadius_bottomLeft = 0
|
|
|
|
createFileButton.reloadData()
|
|
createFileButton.reloadData()
|
|
createFileButton.setTarget(self, action: #selector(createFileAction(_:)))
|
|
createFileButton.setTarget(self, action: #selector(createFileAction(_:)))
|
|
|
|
|