Skip to content

Commit

Permalink
OpenSSHKeyGenDialog: fix use of deprecated setting
Browse files Browse the repository at this point in the history
Use non-deprecated QComboBox::sizeAdjustPolicy setting
  • Loading branch information
c4rlo authored and droidmonkey committed Jun 22, 2024
1 parent ae64a0a commit 80b483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sshagent/OpenSSHKeyGenDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</sizepolicy>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
<enum>QComboBox::AdjustToContents</enum>
</property>
<property name="minimumContentsLength">
<number>4</number>
Expand Down

0 comments on commit 80b483e

Please sign in to comment.