Skip to content

Commit

Permalink
[reports] Reduce minimum width of report organiser dock
Browse files Browse the repository at this point in the history
Fixes #25916
  • Loading branch information
nyalldawson committed Sep 23, 2019
1 parent 2f22aea commit 7c49084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/layout/qgsreportorganizerwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<rect>
<x>0</x>
<y>0</y>
<width>723</width>
<width>320</width>
<height>520</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>425</width>
<width>320</width>
<height>300</height>
</size>
</property>
Expand Down

0 comments on commit 7c49084

Please sign in to comment.