fix debug window texts

pull/16/head
Michail Vourlakos 5 years ago
parent b710a4f447
commit e145b6adad

@ -410,7 +410,12 @@ Window{
} }
Text{ Text{
text: root.autoDecreaseIconSize text: {
if (automaticItemSizer.isActive)
return "Yes";
else
return "No";
}
} }
Text{ Text{

Loading…
Cancel
Save