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

Commit

Permalink
style: Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daudix committed Feb 24, 2023
1 parent f700ea1 commit 6972448
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/ui/error_list_row.blp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ template GradienceErrorListRow : ListBoxRow {
orientation: vertical;
margin-top: 6;
margin-bottom: 6;
margin-start: 12;
margin-end: 12;
margin-start: 6;
margin-end: 6;

Box {
orientation: horizontal;
Expand Down
6 changes: 2 additions & 4 deletions data/ui/welcome_window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ template GradienceWelcomeWindow: Adw.Window {
[overlay]
Gtk.Button btn_back {
styles ["circular"]
margin-start: 10;
margin-start: 12;
icon-name: "go-previous-symbolic";
halign: start;
valign: center;
Expand All @@ -48,8 +48,6 @@ template GradienceWelcomeWindow: Adw.Window {
allow-scroll-wheel: true;
allow-mouse-drag: true;
allow-long-swipes: false;
margin-start: 10;
margin-end: 10;

Gtk.Box {
orientation: vertical;
Expand Down Expand Up @@ -185,7 +183,7 @@ template GradienceWelcomeWindow: Adw.Window {
[overlay]
Gtk.Button btn_next {
styles ["circular", "suggested-action"]
margin-end: 10;
margin-end: 12;
icon-name: "go-next-symbolic";
halign: end;
valign: center;
Expand Down
1 change: 1 addition & 0 deletions data/ui/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ Popover errors-popover {
}
}


0 comments on commit 6972448

Please sign in to comment.