Skip to content

Commit

Permalink
Show scrollbar in about dialog when needed. (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Fik <[email protected]>
  • Loading branch information
Fisiu authored and krzemin committed Jan 2, 2018
1 parent 718c57f commit d10b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/ui/frmabout.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<item row="1" column="0" colspan="3">
<widget class="QScrollArea" name="scrollArea">
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
Expand Down

0 comments on commit d10b63e

Please sign in to comment.