mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change the row height in the table view
CURA-7868
This commit is contained in:
parent
adcdf7bad9
commit
606ec587fe
2 changed files with 6 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ OldControls.TableView
|
|||
{
|
||||
itemDelegate: Item
|
||||
{
|
||||
height: tableCellLabel.implicitHeight + UM.Theme.getSize("thin_margin").height
|
||||
height: tableCellLabel.implicitHeight
|
||||
|
||||
Label
|
||||
{
|
||||
|
|
@ -29,7 +29,8 @@ OldControls.TableView
|
|||
|
||||
rowDelegate: Rectangle
|
||||
{
|
||||
color: styleData.selected ? UM.Theme.getColor("toolbar_button_hover") : UM.Theme.getColor("main_background")
|
||||
color: styleData.selected ? UM.Theme.getColor("secondary") : UM.Theme.getColor("main_background")
|
||||
height: UM.Theme.getSize("table_row").height
|
||||
}
|
||||
|
||||
// Use the old styling technique since it's the only way to make the scrollbars themed in the TableView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue