Add accessible labels to processing progress bar, results icon, drop zone
This commit is contained in:
@@ -306,6 +306,9 @@ fn build_empty_state() -> gtk::Box {
|
||||
.margin_end(48)
|
||||
.build();
|
||||
drop_zone.add_css_class("card");
|
||||
drop_zone.update_property(&[
|
||||
gtk::accessible::Property::Label("Image drop zone. Drop images here or use the Browse Files button."),
|
||||
]);
|
||||
|
||||
let inner = gtk::Box::builder()
|
||||
.orientation(gtk::Orientation::Vertical)
|
||||
|
||||
Reference in New Issue
Block a user