CURA-5035 Added thumbnails and detail view

This commit is contained in:
Ian Paschal 2018-04-05 15:33:07 +02:00
parent 15b8d18da8
commit dc00156410
6 changed files with 187 additions and 18 deletions

View file

@ -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