center icon in DnD
This commit is contained in:
parent
8725329651
commit
804f61312f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ impl GridItem {
|
||||||
gtk4::TextDirection::None,
|
gtk4::TextDirection::None,
|
||||||
gtk4::IconLookupFlags::empty(),
|
gtk4::IconLookupFlags::empty(),
|
||||||
) {
|
) {
|
||||||
drag.set_icon(Some(&paintable_icon), 0, 0);
|
drag.set_icon(Some(&paintable_icon), 32, 32);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue