Skip to content

Commit

Permalink
Do not always show scrollbar in crash handler dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Feb 14, 2022
1 parent 1892ac4 commit f10e370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crashhandler/qgscrashdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</sizepolicy>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
Expand Down Expand Up @@ -127,7 +127,7 @@
</sizepolicy>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="readOnly">
<bool>true</bool>
Expand Down

0 comments on commit f10e370

Please sign in to comment.