Skip to content

Commit ba5e723

Browse files
committed
feat(ui): set window to fixed size (only Timer font size controls it)
1 parent 336c49d commit ba5e723

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/ui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func Display(app fyne.App, buildInfo BuildInfo, cliStartMinimized bool) {
3333
pomodoroWidget := NewPomodoroWidget(thePomodoro)
3434
mainWindow.SetContent(pomodoroWidget)
3535
mainWindow.SetCloseIntercept(mainWindow.Hide)
36+
mainWindow.SetFixedSize(true)
3637

3738
if desk, ok := app.(desktop.App); ok {
3839
aboutWindow := makeAboutWindow(app, buildInfo)

0 commit comments

Comments
 (0)