Skip to content

Commit

Permalink
Fix vertical spacer name conflict
Browse files Browse the repository at this point in the history
- Error msg: ui\tooloptions.ui : warning : The name 'verticalSpacer' (QSpacerItem) is already in use, defaulting to 'verticalSpacer1'.
  • Loading branch information
chchwy committed Apr 17, 2024
1 parent 2420280 commit ea9d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/tooloptions.ui
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<spacer name="verticalSpacer1">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
Expand Down

0 comments on commit ea9d8a5

Please sign in to comment.