Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 0c8d22e

Browse files
committed
feat: improve welcome screen
1 parent b5cb565 commit 0c8d22e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/ui/welcome.blp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ template GradienceWelcomeWindow: Adw.Window {
55
resizable: false;
66
deletable: true;
77
modal: true;
8-
default-width: 600;
8+
default-width: 500;
99
default-height: 500;
1010

1111
Adw.ToastOverlay toast_overlay {
@@ -46,7 +46,7 @@ template GradienceWelcomeWindow: Adw.Window {
4646
hexpand: true;
4747
allow-scroll-wheel: true;
4848
allow-mouse-drag: true;
49-
allow-long-swipes: true;
49+
allow-long-swipes: false;
5050

5151
Gtk.Box {
5252
orientation: vertical;
@@ -139,7 +139,7 @@ template GradienceWelcomeWindow: Adw.Window {
139139
orientation: vertical;
140140
Gtk.Button label_skip {
141141
label: _("Please Finish the setup first");
142-
margin-bottom: 5;
142+
margin-bottom: 24;
143143
visible: true;
144144

145145
}

0 commit comments

Comments
 (0)