Set tab indentation to 10 in .ui files

This commit is contained in:
Tim Baumgarten 2025-03-26 14:38:06 +01:00
parent c6042bce34
commit 1f333c23ec
2 changed files with 6 additions and 0 deletions

View File

@ -415,6 +415,9 @@
<property name="readOnly">
<bool>true</bool>
</property>
<property name="tabStopDistance">
<double>10.000000000000000</double>
</property>
<property name="blendIn" stdset="0">
<bool>true</bool>
</property>

View File

@ -105,6 +105,9 @@
<property name="accessibleName">
<string>Notes field</string>
</property>
<property name="tabStopDistance">
<double>10.000000000000000</double>
</property>
</widget>
</item>
</layout>