|
@@ -114,7 +114,7 @@ class KMPageDisplayPropertiesButton: NSButton {
|
|
|
super.viewDidLoad()
|
|
|
// Do view setup here.
|
|
|
|
|
|
- contentView.backgroundColor(NSColor.red)
|
|
|
+// contentView.backgroundColor(NSColor.red)
|
|
|
|
|
|
themeCollectionView.register(KMPageDisplayThemeCollectionViewItem.self, forItemWithIdentifier: NSUserInterfaceItemIdentifier(rawValue: "KMPageDisplayThemeCollectionViewItem"))
|
|
|
themeCollectionView.register(KMPageDisplayCustomThemesCollectionViewItem.self, forItemWithIdentifier: NSUserInterfaceItemIdentifier(rawValue: "KMPageDisplayCustomThemesCollectionViewItem"))
|