We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb208b1 + a4169ef commit 2e1597fCopy full SHA for 2e1597f
core/Util/Util.vala
@@ -912,12 +912,12 @@ public class Util : GLib.Object {
912
};
913
} else if (priority == Constants.PRIORITY_2) {
914
return new Gtk.Image.from_icon_name ("flag-outline-thick-symbolic") {
915
- css_classes = { "priority-1-icon" },
+ css_classes = { "priority-2-icon" },
916
pixel_size = 16
917
918
} else if (priority == Constants.PRIORITY_3) {
919
920
+ css_classes = { "priority-3-icon" },
921
922
923
} else if (priority == Constants.PRIORITY_4) {
0 commit comments