Reduce tab indentation width in notes fields (#11919)

---------

Co-authored-by: 8-Bit-Brain-Guy <>
Co-authored-by: Tim Baumgarten <tbaumgarten@dspace.de>
This commit is contained in:
8-Bit-Brain-Guy 2025-04-20 01:44:34 +02:00 committed by Jonathan White
parent 54e29a282e
commit 3f521bb78c
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
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>