Skip to content

Commit

Permalink
Some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Dec 24, 2023
1 parent 95353ab commit 03330a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/edit-subject-dialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ public class EditSubjectDialog : Adw.Window {
};
cat_list_box.set_header_suffix (new_cat_button);

var subject_delete_button = new Gtk.Button.with_label (_("Delete Subject…")) { hexpand = false, halign = Gtk.Align.START, margin_top = 20 };
var subject_delete_button = new Gtk.Button.with_label (_("Delete Subject…")) {
hexpand = false,
halign = START,
margin_top = 20
};
subject_delete_button.add_css_class ("destructive-action");

var main_box = new Gtk.Box (VERTICAL, 0) {
Expand Down

0 comments on commit 03330a7

Please sign in to comment.