mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add a rectangle surrounding the settings listview
Contributes to CURA-5941.
This commit is contained in:
parent
4c468831f0
commit
ce6a0676dd
6 changed files with 43 additions and 20 deletions
|
|
@ -163,6 +163,7 @@ Item
|
|||
top: filterContainer.top
|
||||
bottom: filterContainer.bottom
|
||||
right: parent.right
|
||||
rightMargin: UM.Theme.getSize("wide_margin").width
|
||||
}
|
||||
|
||||
style: ButtonStyle
|
||||
|
|
@ -210,7 +211,7 @@ Item
|
|||
ListView
|
||||
{
|
||||
id: contents
|
||||
spacing: Math.round(UM.Theme.getSize("default_lining").height)
|
||||
spacing: UM.Theme.getSize("default_lining").height
|
||||
cacheBuffer: 1000000 // Set a large cache to effectively just cache every list item.
|
||||
|
||||
model: UM.SettingDefinitionsModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue