Skip to content
Snippets Groups Projects
Commit c521e3bd authored by Jens Bache-Wiig's avatar Jens Bache-Wiig
Browse files

Fixes: Add margin to find toolbar

Details:
This ensures that the Find label text is aligned with the
Application output.
parent 2c8d69bd
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,16 @@
<property name="spacing">
<number>15</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment