mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 23:48:11 +08:00
Add suffix widget non-rounding; add disabled state to many widgets
This commit is contained in:
@@ -85,6 +85,7 @@ impl PropertyHolder for ExportDialogMessageHandler {
|
||||
WidgetHolder::new(Widget::RadioInput(RadioInput {
|
||||
selected_index: self.file_type as u32,
|
||||
entries,
|
||||
..Default::default()
|
||||
})),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user