Skip to content

Commit

Permalink
Scrollbars as required for MDI area
Browse files Browse the repository at this point in the history
Resolves #222
  • Loading branch information
marcusbirkin committed Apr 18, 2021
1 parent f89b06d commit 4f5d776
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui/mdimainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ background-color:grey;
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QMdiArea" name="mdiArea"/>
<widget class="QMdiArea" name="mdiArea">
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 4f5d776

Please sign in to comment.