diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-08 13:01:33 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-08 13:01:33 +0300 |
commit | 707e8ed72d248bcc80a19c9220c1cc6de4dba28d (patch) | |
tree | 2d56a1df9162e2f146ca85c5382e453f4c30f660 /src/application.rs | |
parent | 8ebe4c9723a8da0eb64a5f78457802705d189049 (diff) | |
download | Furtherance-707e8ed72d248bcc80a19c9220c1cc6de4dba28d.tar.zst |
Minimum height changes for task list or empty views (Issue #16)
Diffstat (limited to 'src/application.rs')
-rwxr-xr-x | src/application.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs index e3b4cc3..e5153da 100755 --- a/src/application.rs +++ b/src/application.rs @@ -64,7 +64,6 @@ mod imp { let window = FurtheranceWindow::new(application); window.set_default_size(400, 600); window.set_title(Some("Furtherance")); - window.set_height_request(300); window.upcast() }; |