Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Fix wxALIGN_LEFT/wxALIGN_RIGHT has no effect in horizontal box sizer …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
jmartens committed Nov 1, 2021
1 parent bc0aa42 commit 38adb8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dicompyler/baseplugins/dvh.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<object class="wxStaticText" name="lblType">
<label>Type:</label>
</object>
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
<flag>wxALIGN_CENTRE_VERTICAL</flag>
</object>
<object class="spacer">
<size>3,0</size>
Expand All @@ -42,7 +42,7 @@
</content>
<selection>0</selection>
</object>
<flag>wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL</flag>
<flag>wxALIGN_CENTRE_VERTICAL</flag>
</object>
<object class="spacer">
<size>5,0</size>
Expand All @@ -52,7 +52,7 @@
<object class="wxStaticText" name="lblConstraintType">
<label> Dose:</label>
</object>
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
<flag>wxALIGN_CENTRE_VERTICAL</flag>
</object>
<object class="spacer">
<size>3,0</size>
Expand Down Expand Up @@ -83,7 +83,7 @@
<object class="wxStaticText" name="lblConstraintTypeUnits">
<label>% </label>
</object>
<flag>wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL</flag>
<flag>wxALIGN_CENTRE_VERTICAL</flag>
</object>
<object class="spacer">
<size>5,0</size>
Expand Down
2 changes: 1 addition & 1 deletion dicompyler/resources/dicomgui.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<style>wxTE_READONLY</style>
</object>
<option>1</option>
<flag>wxALIGN_LEFT|wxALIGN_CENTRE_VERTICAL</flag>
<flag>wxALIGN_CENTRE_VERTICAL</flag>
</object>
<object class="spacer">
<size>5,0</size>
Expand Down

0 comments on commit 38adb8a

Please sign in to comment.