about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-09-11 15:03:06 +0200
committerRicky Kresslein <rk@lakoliu.com>2022-09-11 15:03:06 +0200
commit73af7bb4fbf63a6f1c5fab0fc36f55715a1b45ff (patch)
treecbca8ddb6807cf49c8a98c06693cfade7375d301
parent5b96deb2d30732595544e45855e15f61415e1c27 (diff)
downloadFurtherance-73af7bb4fbf63a6f1c5fab0fc36f55715a1b45ff.tar.zst
#52: Shrink for mobile
-rwxr-xr-xsrc/application.rs2
-rwxr-xr-xsrc/gtk/window.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/application.rs b/src/application.rs
index a1e7e9d..bfa53e2 100755
--- a/src/application.rs
+++ b/src/application.rs
@@ -67,7 +67,7 @@ mod imp {
                 window
             } else {
                 let window = FurtheranceWindow::new(application);
-                window.set_default_size(400, 600);
+                window.set_default_size(360, 600);
                 window.set_title(Some("Furtherance"));
                 window.upcast()
             };
diff --git a/src/gtk/window.ui b/src/gtk/window.ui
index 6ff205f..ed18063 100755
--- a/src/gtk/window.ui
+++ b/src/gtk/window.ui
@@ -39,7 +39,7 @@
                 <property name="spacing">10</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
-                <property name="width_request">400</property>
+                <property name="width_request">360</property>
                 <property name="vexpand">True</property>
                 <child>
                   <object class="GtkLabel" id="watch">