mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
CURA-5035 Added thumbnails and detail view
This commit is contained in:
parent
15b8d18da8
commit
dc00156410
6 changed files with 187 additions and 18 deletions
|
@ -17,10 +17,10 @@ Window
|
|||
property bool dataReady: manager.dataReady
|
||||
title: catalog.i18nc("@title:tab", "Toolbox");
|
||||
modality: Qt.ApplicationModal
|
||||
width: 800 * screenScaleFactor
|
||||
width: 960 * screenScaleFactor
|
||||
height: 640 * screenScaleFactor
|
||||
minimumWidth: 800 * screenScaleFactor
|
||||
maximumWidth: 800 * screenScaleFactor
|
||||
minimumWidth: 960 * screenScaleFactor
|
||||
maximumWidth: 960 * screenScaleFactor
|
||||
minimumHeight: 350 * screenScaleFactor
|
||||
color: UM.Theme.getColor("sidebar")
|
||||
Item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue