Replace custom shortcuts dialog with GtkShortcutsWindow, fix Process More button
This commit is contained in:
@@ -242,6 +242,9 @@ pub fn build_resize_page(state: &AppState) -> adw::NavigationPage {
|
||||
.margin_top(8)
|
||||
.margin_bottom(8)
|
||||
.build();
|
||||
drawing.update_property(&[
|
||||
gtk::accessible::Property::Label("Visual comparison of original and target image dimensions"),
|
||||
]);
|
||||
|
||||
let pw = preview_width.clone();
|
||||
let ph = preview_height.clone();
|
||||
|
||||
Reference in New Issue
Block a user