Skip to content

Commit

Permalink
Use new dropdown arrow everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Feb 3, 2023
1 parent 6c01a81 commit 98fa937
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed icons/dropdown_submenu_arrow.png
Binary file not shown.
Binary file removed icons/dropdown_submenu_arrow@2x.png
Binary file not shown.
Binary file removed icons/dropdown_submenu_arrow@3x.png
Binary file not shown.
4 changes: 2 additions & 2 deletions ui/widgets/widgets.style
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ defaultPanelAnimation: PanelAnimation {
shadow: defaultRoundShadow;
}

defaultMenuArrow: icon {{ "dropdown_submenu_arrow", menuSubmenuArrowFg }};
defaultMenuArrow: icon {{ "menu/submenu_arrow", windowBoldFg }};
defaultMenuToggle: Toggle(defaultToggle) {
untoggledFg: menuIconFg;
}
Expand Down Expand Up @@ -1534,7 +1534,7 @@ sideBarButtonLockPenWidthDivider: 2;
menuIconColor: windowBoldFg;
menuIconAttentionColor: attentionButtonFg;

menuIconSubmenuArrow: icon {{ "menu/submenu_arrow", menuIconColor }};
menuIconSubmenuArrow: defaultMenuArrow;

menuWithIcons: Menu(defaultMenu) {
itemIconPosition: point(15px, 5px);
Expand Down

0 comments on commit 98fa937

Please sign in to comment.