Skip to content

Commit

Permalink
Gtk: make default window size more mobile like
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Nov 17, 2021
1 parent fb98988 commit fe82c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Gtk/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Main =
window.SetApplicationIcon (SPrintF2 "%s/lib/geewallet/%s" (snapEnvVar.TrimEnd('/')) logoFileName)
else
window.SetApplicationIcon logoFileName
window.SetDefaultSize (1000, 1000)
window.SetDefaultSize (500, 1000)
window.Show()
Gtk.Application.Run()
0

0 comments on commit fe82c76

Please sign in to comment.