Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set scrollarea to no frame for settings in plugin manager
  • Loading branch information
slarosa committed Aug 23, 2014
1 parent 403f59f commit 31da0e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/qgspluginmanagerbase.ui
Expand Up @@ -508,6 +508,9 @@
</property>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
Expand Down

0 comments on commit 31da0e3

Please sign in to comment.