the sizes of things were wrong with a bad env variable
This commit is contained in:
parent
8ec7c16e20
commit
29348d59e7
4 changed files with 9 additions and 13 deletions
|
@ -154,7 +154,6 @@ Item {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.leftMargin: 5
|
||||
text: name
|
||||
font.pixelSize: Kirigami.Units.gridUnit
|
||||
elide: Text.ElideRight
|
||||
width: parent.width - trailing.width - dragHandle.width - 15
|
||||
color: {
|
||||
|
@ -171,7 +170,6 @@ Item {
|
|||
anchors.right: parent.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.rightMargin: 5
|
||||
font.pixelSize: Kirigami.Units.gridUnit
|
||||
text: type
|
||||
color: {
|
||||
if (selected ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue