mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Specify width and height in Cura.Checkbox
Update Dialogs to use Cura.CheckBox instead of QtQuick. This will make it easier to update the QtQuick checkbox version.
This commit is contained in:
parent
25fa71b056
commit
670872f8d1
4 changed files with 7 additions and 10 deletions
|
|
@ -17,6 +17,9 @@ CheckBox
|
|||
|
||||
hoverEnabled: true
|
||||
|
||||
height: UM.Theme.getSize("checkbox").height
|
||||
width: UM.Theme.getSize("checkbox").width
|
||||
|
||||
indicator: Rectangle
|
||||
{
|
||||
width: control.height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue