mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Style improvements
Contributes to CL-897 and CL-1051
This commit is contained in:
parent
6f33c4410c
commit
1ad008f45c
4 changed files with 10 additions and 6 deletions
|
@ -39,8 +39,8 @@ Item {
|
|||
Popup {
|
||||
id: popup;
|
||||
background: Item {
|
||||
height: childrenRect.height;
|
||||
width: childrenRect.width;
|
||||
height: popup.height;
|
||||
width: popup.width;
|
||||
|
||||
DropShadow {
|
||||
anchors.fill: pointedRectangle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue