MCPcopy Create free account
hub / github.com/efogdev/mpris-timer / getMinHeight

Function getMinHeight

internal/ui/ui.go:447–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445}
446
447func getMinHeight() int {
448 height := defaultMinHeight
449 if !core.UserPrefs.ShowTitle {
450 height -= noTitleHeightDiff
451 }
452 if core.BreezeTheme {
453 height = breezeMinHeight
454 }
455
456 return height
457}
458
459func saveSize() {
460 if core.UserPrefs.RememberWinSize {

Callers 2

NewTimePickerFunction · 0.85
NewSidebarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected