mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Cura-5035 Further style improvements
This commit is contained in:
parent
a947b768d3
commit
594e9aa414
9 changed files with 163 additions and 465 deletions
|
@ -11,7 +11,7 @@ import UM 1.1 as UM
|
|||
ScrollView
|
||||
{
|
||||
id: base
|
||||
frameVisible: true
|
||||
frameVisible: false
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
style: UM.Theme.styles.scrollview
|
||||
|
@ -40,7 +40,7 @@ ScrollView
|
|||
color: "transparent"
|
||||
width: parent.width
|
||||
height: childrenRect.height + 1 * UM.Theme.getSize("default_lining").width
|
||||
border.color: UM.Theme.getColor("text_medium")
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
Column
|
||||
{
|
||||
|
@ -75,7 +75,7 @@ ScrollView
|
|||
color: "transparent"
|
||||
width: parent.width
|
||||
height: childrenRect.height + 1 * UM.Theme.getSize("default_lining").width
|
||||
border.color: UM.Theme.getColor("text_medium")
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
Column
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue