Skip to content

Commit

Permalink
Avoid line and point shading widget shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 18, 2021
1 parent 3924aad commit 0a4c5ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/ui/3d/line3dsymbolwidget.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>382</width>
<height>264</height>
<height>229</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -133,8 +133,8 @@
<widget class="QgsMaterialWidget" name="widgetMaterial" native="true">
<property name="minimumSize">
<size>
<width>10</width>
<height>10</height>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
Expand Down
6 changes: 3 additions & 3 deletions src/ui/3d/point3dsymbolwidget.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>457</width>
<height>587</height>
<height>562</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -210,8 +210,8 @@
</property>
<property name="minimumSize">
<size>
<width>10</width>
<height>10</height>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
Expand Down

0 comments on commit 0a4c5ba

Please sign in to comment.