Skip to content

Commit

Permalink
Hide unnecessary line frame around widget
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Apr 29, 2020
1 parent 6804039 commit 696582c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions src/ui/3d/map3dconfigwidget.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>555</width>
<height>661</height>
<height>675</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -28,6 +28,9 @@
</property>
<item>
<widget class="QgsScrollArea" name="scrollArea">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
Expand All @@ -36,8 +39,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>539</width>
<height>696</height>
<width>555</width>
<height>675</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -218,7 +218,7 @@
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
Expand All @@ -228,7 +228,7 @@
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
Expand Down
3 changes: 3 additions & 0 deletions src/ui/qgsvectorlayerdigitizingproperties.ui
Expand Up @@ -28,6 +28,9 @@
</property>
<item>
<widget class="QScrollArea" name="scrollArea_2">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 696582c

Please sign in to comment.