Skip to content

Commit

Permalink
Updated size policy of vector3d widget
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Sep 15, 2023
1 parent 50e14a0 commit b9e7600
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions noether_gui/ui/vector3d_editor_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>342</width>
<height>186</height>
<width>175</width>
<height>155</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>175</width>
<height>155</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Expand All @@ -19,6 +31,12 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="group_box">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Vector</string>
</property>
Expand Down

0 comments on commit b9e7600

Please sign in to comment.