Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Use standard dock margins for results dock
  • Loading branch information
nyalldawson committed Sep 25, 2018
1 parent 52a80d8 commit c2dab4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python/plugins/processing/ui/resultsdockbase.ui
Expand Up @@ -15,6 +15,18 @@
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
Expand Down

0 comments on commit c2dab4f

Please sign in to comment.