Skip to content

Commit

Permalink
Remove the 255 character limit from the breakpoint dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Mar 7, 2024
1 parent 3538247 commit ca52497
Showing 1 changed file with 6 additions and 30 deletions.
36 changes: 6 additions & 30 deletions src/gui/Src/Gui/EditBreakpointDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -67,32 +67,16 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="editBreakCondition">
<property name="maxLength">
<number>255</number>
</property>
</widget>
<widget class="QLineEdit" name="editBreakCondition"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="editLogText">
<property name="maxLength">
<number>255</number>
</property>
</widget>
<widget class="QLineEdit" name="editLogText"/>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="editName">
<property name="maxLength">
<number>255</number>
</property>
</widget>
<widget class="QLineEdit" name="editName"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="editLogCondition">
<property name="maxLength">
<number>255</number>
</property>
</widget>
<widget class="QLineEdit" name="editLogCondition"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelLogCondition">
Expand Down Expand Up @@ -131,11 +115,7 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="editCommandText">
<property name="maxLength">
<number>255</number>
</property>
</widget>
<widget class="QLineEdit" name="editCommandText"/>
</item>
<item row="6" column="1">
<widget class="QSpinBox" name="spinHitCount">
Expand Down Expand Up @@ -174,11 +154,7 @@
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="editCommandCondition">
<property name="maxLength">
<number>255</number>
</property>
</widget>
<widget class="QLineEdit" name="editCommandCondition"/>
</item>
</layout>
</item>
Expand Down

0 comments on commit ca52497

Please sign in to comment.