Skip to content

Commit

Permalink
frame child
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 15, 2024
1 parent 7df942b commit 20aeced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/TaskRow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ public class Tasks.Widgets.TaskRow : Gtk.ListBoxRow {
description_textview.set_buffer (description_textbuffer);

var description_frame = new Gtk.Frame (null) {
child = description_textview,
hexpand = true
};
description_frame.add (description_textview);

var cancel_button = new Gtk.Button.with_label (_("Cancel"));

Expand Down

0 comments on commit 20aeced

Please sign in to comment.