Skip to content

Commit

Permalink
Cleanup inconsistent margins in options dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 5, 2020
1 parent d12dcf3 commit 3db9e52
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 28 deletions.
16 changes: 14 additions & 2 deletions python/console/console_settings.ui
Expand Up @@ -60,11 +60,23 @@
<rect>
<x>0</x>
<y>0</y>
<width>779</width>
<height>748</height>
<width>1055</width>
<height>731</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<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 row="1" column="0">
<widget class="QgsCollapsibleGroupBox" name="groupBox_4">
<property name="title">
Expand Down

0 comments on commit 3db9e52

Please sign in to comment.