Skip to content

Commit

Permalink
Merge pull request #72 from Universal-Debloater-Alliance/window-size-fix
Browse files Browse the repository at this point in the history
Reduced startup window size
  • Loading branch information
AnonymousWP authored Dec 6, 2023
2 parents 329b14f + 0104310 commit 216d90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ impl UadGui {
pub fn start() -> iced::Result {
Self::run(Settings {
window: Window {
size: (1050, 800),
size: (820, 640),
resizable: true,
decorations: true,
..iced::window::Settings::default()
Expand Down

0 comments on commit 216d90f

Please sign in to comment.