mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Reset pop-up orientation if it moved
Contributes to CL-1165
This commit is contained in:
parent
292d04f3ea
commit
612b0d0165
2 changed files with 75 additions and 49 deletions
|
|
@ -20,7 +20,8 @@ Item
|
|||
{
|
||||
id: popUp
|
||||
|
||||
direction: "top"
|
||||
// Which way should the pop-up point? Default is up, but will flip when required
|
||||
direction: "up"
|
||||
|
||||
// Use dark grey for info blurbs and white for context menus
|
||||
color: "#191919" // TODO: Theme!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue