Skip to content

Commit

Permalink
Merge pull request #11756 from ronso0/controller-iotabs-fit
Browse files Browse the repository at this point in the history
Pref Controller: avoid scrollbars in I/O tabs if Info tab exceeds page height
  • Loading branch information
daschuer authored Jul 26, 2023
2 parents 66b768f + 13cea2a commit 4b8b0fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/controllers/dlgprefcontrollerdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
<attribute name="title">
<string>Controller Setup</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="infoTabLayout">
<item row="0" column="0">
<widget class="QLabel" name="labelDeviceName">
<property name="enabled">
Expand Down

0 comments on commit 4b8b0fb

Please sign in to comment.