mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 08:18:12 +08:00
Fix 'Mask' node missing Properties widget; fix crash with 'Brightness/Contrast Classic' node (#3404)
* Fix 'Mask' node missing Properties widget; fix crash with 'Brightness/Contrast Classic' node Also clean up dead code and improve tooltip for the "-" Properties panel widget fallback. * format type --------- Co-authored-by: Adam <adamgerhant@gmail.com>
This commit is contained in:
@@ -21,8 +21,8 @@ impl DialogLayoutHolder for AboutGraphiteDialog {
|
||||
fn layout_column_2(&self) -> Layout {
|
||||
let links = [
|
||||
("Heart", "Donate", "https://graphite.rs/donate/"),
|
||||
("Volunteer", "Volunteer", "https://graphite.rs/volunteer/"),
|
||||
("GraphiteLogo", "Website", "https://graphite.rs"),
|
||||
("Volunteer", "Volunteer", "https://graphite.rs/volunteer/"),
|
||||
("Credits", "Credits", "https://github.com/GraphiteEditor/Graphite/graphs/contributors"),
|
||||
];
|
||||
let mut widgets = links
|
||||
|
||||
Reference in New Issue
Block a user