Skip to content

Commit

Permalink
Merge pull request #220 from trumank/increase-attach-pid
Browse files Browse the repository at this point in the history
Increase process attach PID text input to 7 digits
  • Loading branch information
epasveer authored Jan 11, 2024
2 parents 524dedb + 92fa623 commit 9a8a459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeerDebugDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
<string>The process pid.</string>
</property>
<property name="inputMask">
<string>999999</string>
<string>9999999</string>
</property>
<property name="placeholderText">
<string>pid</string>
Expand Down

0 comments on commit 9a8a459

Please sign in to comment.