mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add visible scrollbar to list of printer profiles
This commit is contained in:
parent
5749e8b20a
commit
8ce5593eec
3 changed files with 48 additions and 2 deletions
|
@ -5,7 +5,7 @@ import QtQuick 2.10
|
|||
import QtQuick.Controls 2.3
|
||||
|
||||
import UM 1.3 as UM
|
||||
import Cura 1.0 as Cura
|
||||
import Cura 1.1 as Cura
|
||||
|
||||
|
||||
//
|
||||
|
@ -68,7 +68,7 @@ Item
|
|||
height: childrenRect.height
|
||||
|
||||
// ScrollView + ListView for selecting a local printer to add
|
||||
ScrollView
|
||||
Cura.ScrollView
|
||||
{
|
||||
id: scrollView
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue