()
| 445 | } |
| 446 | |
| 447 | func 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 | |
| 459 | func saveSize() { |
| 460 | if core.UserPrefs.RememberWinSize { |
no outgoing calls
no test coverage detected