Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Demote some collapsible group boxes to non collapsible
There's no need to allow collapsing on pages which have
plently of room available
  • Loading branch information
nyalldawson committed Oct 19, 2020
1 parent 1d456ea commit 670c334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/3d/map3dconfigwidget.ui
Expand Up @@ -321,7 +321,7 @@
</widget>
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupTerrainShading">
<widget class="QGroupBox" name="groupTerrainShading">
<property name="title">
<string>Terrain Shading</string>
</property>
Expand Down Expand Up @@ -492,7 +492,7 @@
<number>0</number>
</property>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupShadowRendering">
<widget class="QGroupBox" name="groupShadowRendering">
<property name="title">
<string>Show Shadows</string>
</property>
Expand Down Expand Up @@ -608,7 +608,7 @@
</widget>
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="groupSkyboxSettings">
<widget class="QGroupBox" name="groupSkyboxSettings">
<property name="title">
<string>Show Skybox</string>
</property>
Expand Down

0 comments on commit 670c334

Please sign in to comment.