Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make window resizable #26

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Set minimum width and height
  • Loading branch information
samuel-w committed Jan 16, 2024
commit e1271c146681f312e3880be1fe1343192bd136f4
2 changes: 2 additions & 0 deletions src/openlauncher/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Title="{x:Static p:Resources.OpenLauncher}"
CanResize="True"
SizeToContent="Height"
MinWidth="500"
MinHeight="200"
Width="800"
WindowStartupLocation="CenterScreen"
Icon="/resources/logo.ico"
Expand Down
Loading