|
@@ -274,7 +274,7 @@ class KMPageDisplayPropertiesButton: NSButton {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- let buttonArray1: [NSButton] = [singlePageButton, twoPagesButton, coverPageButton, readModeButton]
|
|
|
|
|
|
+ let buttonArray1: [NSButton] = [singlePageButton, twoPagesButton, coverPageButton, readModeButton, pretationButton]
|
|
for button in buttonArray1 {
|
|
for button in buttonArray1 {
|
|
button.wantsLayer = true
|
|
button.wantsLayer = true
|
|
button.layer?.cornerRadius = 6.0
|
|
button.layer?.cornerRadius = 6.0
|