mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: small redesign app settings
feat: added reset settings button to the app settings (#802)
This commit is contained in:
@@ -331,7 +331,7 @@ public extension NSView {
|
||||
}
|
||||
|
||||
func selectView(action: Selector, items: [KeyValue_p], selected: String) -> NSPopUpButton {
|
||||
let select: NSPopUpButton = NSPopUpButton(frame: NSRect(x: 0, y: 0, width: 50, height: 26))
|
||||
let select: NSPopUpButton = NSPopUpButton(frame: NSRect(x: 0, y: 0, width: 50, height: 28))
|
||||
select.target = self
|
||||
select.action = action
|
||||
|
||||
|
||||
Reference in New Issue
Block a user