Skip to content

Commit

Permalink
Visually link New Category with categories
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Dec 16, 2023
1 parent cfde425 commit caaf5ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hyperplane/gtk/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ template $HypWindow : Adw.ApplicationWindow {
margin-start: 6;
margin-end: 6;
}
ListBox trash_box {
ListBox new_tag_box {
selection-mode: none;
Box {
spacing: 12;
margin-start: 6;
margin-end: 6;
Image {
icon-name: "user-trash-symbolic";
icon-name: "bookmark-new";
}
Label {
label: _("Trash");
label: _("New Category");
}
}

Expand All @@ -121,17 +121,17 @@ template $HypWindow : Adw.ApplicationWindow {
margin-start: 6;
margin-end: 6;
}
ListBox new_tag_box {
ListBox trash_box {
selection-mode: none;
Box {
spacing: 12;
margin-start: 6;
margin-end: 6;
Image {
icon-name: "list-add-symbolic";
icon-name: "user-trash-symbolic";
}
Label {
label: _("New Category");
label: _("Trash");
}
}

Expand Down

0 comments on commit caaf5ed

Please sign in to comment.