mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Disable horizontal scrollbar
The layout of the plugin/material cards should take care of the text and rendering. The dimensions of these cards therefor should not require a horizontal scrollbar
This commit is contained in:
parent
e3d90f16a1
commit
31dcf21a3e
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ import UM 1.4 as UM
|
||||||
ScrollView
|
ScrollView
|
||||||
{
|
{
|
||||||
clip: true
|
clip: true
|
||||||
|
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||||
|
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
|
|
@ -170,4 +171,4 @@ ScrollView
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue