Skip to content

Commit b67950e

Browse files
committed
fix #1259
1 parent 95070c8 commit b67950e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dialogs/QuickFind/QuickFindItem.vala

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public class Dialogs.QuickFind.QuickFindItem : Gtk.ListBoxRow {
8383
Objects.Item item = ((Objects.Item) base_object);
8484

8585
var checked_button = new Gtk.CheckButton () {
86-
valign = Gtk.Align.CENTER
86+
valign = Gtk.Align.CENTER,
87+
sensitive = false
8788
};
8889
checked_button.add_css_class ("priority-color");
8990
Util.get_default ().set_widget_priority (item.priority, checked_button);

0 commit comments

Comments
 (0)