fix debug window texts

pull/10/head
Michail Vourlakos 5 years ago
parent 2501c6169d
commit abd333ea63

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

Loading…
Cancel
Save