Skip to content

Commit

Permalink
child, but alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 15, 2024
1 parent 40b88b4 commit a5825a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ public class Tasks.MainWindow : Gtk.ApplicationWindow {
sidebar_header.pack_start (new Gtk.WindowControls (Gtk.PackType.START));

var scrolledwindow = new Gtk.ScrolledWindow () {
child = listbox,
hexpand = true,
vexpand = true,
hscrollbar_policy = Gtk.PolicyType.NEVER,
child = listbox
hscrollbar_policy = Gtk.PolicyType.NEVER
};

add_tasklist_buttonbox = new Gtk.Box (Gtk.Orientation.VERTICAL, 6); // TODO: check spacing
Expand Down

0 comments on commit a5825a9

Please sign in to comment.