Skip to content

Commit

Permalink
Center text in vector line edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mretegan committed Dec 19, 2024
1 parent 8f31c2a commit 9949540
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/crispy/quanty/uis/axis.ui
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
</size>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
Expand Down Expand Up @@ -283,7 +283,7 @@
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
Expand Down Expand Up @@ -319,7 +319,7 @@
</size>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
Expand Down Expand Up @@ -347,3 +347,4 @@
<resources/>
<connections/>
</ui>

0 comments on commit 9949540

Please sign in to comment.