mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Remove device pixel ratio from DiscardOrKeepProfileChangesDialog
This commit is contained in:
parent
36dedabd11
commit
19ee790cd7
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ UM.Dialog
|
|||
id: base
|
||||
title: catalog.i18nc("@title:window", "Discard or Keep changes")
|
||||
|
||||
width: 800 * Screen.devicePixelRatio
|
||||
height: 400 * Screen.devicePixelRatio
|
||||
width: 800
|
||||
height: 400
|
||||
property var changesModel: Cura.UserChangesModel{ id: userChangesModel}
|
||||
onVisibilityChanged:
|
||||
{
|
||||
|
@ -71,7 +71,7 @@ UM.Dialog
|
|||
TableView
|
||||
{
|
||||
anchors.fill: parent
|
||||
height: base.height - 150 * Screen.devicePixelRatio
|
||||
height: base.height - 150
|
||||
id: tableView
|
||||
Component
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue