Skip to content

Commit

Permalink
point3dsymbolwidget: Allow negative values for spinBillboardHeight
Browse files Browse the repository at this point in the history
Billboard height and translation along the Y axis are sync. The
translation value can be negative. Therefore, the billboard
height value can also be negative.
  • Loading branch information
ptitjano authored and nyalldawson committed Mar 5, 2023
1 parent 3f59173 commit e6eda66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/3d/point3dsymbolwidget.ui
Expand Up @@ -327,6 +327,9 @@
<property name="maximum">
<double>99999.000000000000000</double>
</property>
<property name="minimum">
<double>-99999.000000000000000</double>
</property>
</widget>
</item>
<item row="4" column="0">
Expand Down

0 comments on commit e6eda66

Please sign in to comment.