mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Planner: Fix UI Misalignment Bug.
Fix some misaligned items in the planner settings panel. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
5671a634a8
commit
3d46f6daf0
1 changed files with 2 additions and 2 deletions
|
@ -304,7 +304,7 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="14" column="2">
|
||||
<item row="15" column="2">
|
||||
<widget class="QSpinBox" name="vpmb_conservatism">
|
||||
<property name="prefix">
|
||||
<string>+</string>
|
||||
|
@ -423,7 +423,7 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="14" column="1">
|
||||
<item row="15" column="1">
|
||||
<widget class="QLabel" name="label_vpmb_conservatism">
|
||||
<property name="text">
|
||||
<string>Conservatism level</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue