Skip to content

Commit

Permalink
EMSUSD-254 update the default prim icons
Browse files Browse the repository at this point in the history
Also, center the icons vertically.
  • Loading branch information
pierrebai-adsk committed Oct 12, 2023
1 parent 55645e8 commit 346a939
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usd/ui/importDialog/ItemDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void ItemDelegate::paint(

QStyleOptionViewItem adjustedOption(option);
adjustedOption.decorationPosition = QStyleOptionViewItem::Right;
adjustedOption.decorationAlignment = Qt::AlignLeft;
adjustedOption.decorationAlignment = Qt::AlignLeft | Qt::AlignVCenter;

ParentClass::paint(painter, adjustedOption, index);
}
Expand Down
Binary file modified lib/usd/ui/importDialog/images/defaultPrim_100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/usd/ui/importDialog/images/defaultPrim_150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/usd/ui/importDialog/images/defaultPrim_200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 346a939

Please sign in to comment.