Skip to content

Commit

Permalink
Fix wxWidgets log warning with BodySlide.xrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ousnius committed Jan 28, 2022
1 parent f05465d commit d7d7655
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/xrc/BodySlide.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
</object>
<object class="sizeritem">
<option>1</option>
<flag>wxLEFT|wxALIGN_LEFT</flag>
<flag>wxLEFT</flag>
<border>5</border>
<object class="wxStaticText" name="conflictLabel">
<fg>#c8c8d8</fg>
Expand All @@ -308,7 +308,7 @@
</object>
<object class="sizeritem">
<option>0</option>
<flag>wxLEFT|wxALIGN_LEFT</flag>
<flag>wxLEFT</flag>
<border>5</border>
<object class="wxStaticText" name="conflictInfo">
<fg>#c8c8d8</fg>
Expand Down Expand Up @@ -344,7 +344,7 @@
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
<flag>wxALL</flag>
<border>0</border>
<object class="wxCheckBox" name="cbMorphs">
<fg>#c8c8c8</fg>
Expand All @@ -355,7 +355,7 @@
</object>
<object class="sizeritem">
<option>0</option>
<flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
<flag>wxALL</flag>
<border>0</border>
<object class="wxCheckBox" name="cbForceBodyNormals">
<fg>#c8c8c8</fg>
Expand Down

0 comments on commit d7d7655

Please sign in to comment.