fix: remove newlines

Signed-off-by: David Lapshin <ddaudix@gmail.com>
This commit is contained in:
David Lapshin 2022-09-22 12:20:34 +03:00 committed by GitHub
parent 9988e6ec56
commit f9b42954c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,9 +82,7 @@ template GradienceWelcomeWindow: Adw.Window {
Gtk.Button btn_agree {
styles ["suggested-action", "pill"]
label: _("I understand all consequences");
use-underline: true;
halign: center;
}