mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-12-24 02:57:43 +00:00
feat: improve welcome screen
This commit is contained in:
parent
b5cb565111
commit
0c8d22e65f
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ template GradienceWelcomeWindow: Adw.Window {
|
|||
resizable: false;
|
||||
deletable: true;
|
||||
modal: true;
|
||||
default-width: 600;
|
||||
default-width: 500;
|
||||
default-height: 500;
|
||||
|
||||
Adw.ToastOverlay toast_overlay {
|
||||
|
@ -46,7 +46,7 @@ template GradienceWelcomeWindow: Adw.Window {
|
|||
hexpand: true;
|
||||
allow-scroll-wheel: true;
|
||||
allow-mouse-drag: true;
|
||||
allow-long-swipes: true;
|
||||
allow-long-swipes: false;
|
||||
|
||||
Gtk.Box {
|
||||
orientation: vertical;
|
||||
|
@ -139,7 +139,7 @@ template GradienceWelcomeWindow: Adw.Window {
|
|||
orientation: vertical;
|
||||
Gtk.Button label_skip {
|
||||
label: _("Please Finish the setup first");
|
||||
margin-bottom: 5;
|
||||
margin-bottom: 24;
|
||||
visible: true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue