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

Commit

Permalink
Fixed a bug in the new plugin manager where the plugin tree control d…
Browse files Browse the repository at this point in the history
…id not completely fill the dialog.
  • Loading branch information
bastula committed Jul 7, 2014
1 parent 17119e4 commit fc2b446
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions dicompyler/resources/plugin.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,20 @@
</object>
<object class="sizeritem">
<object class="wxPanel" name="panelTreeView">
<object class="wxTreeCtrl" name="tcPlugins">
<size>250,250</size>
<style>wxNO_BORDER|wxTR_NO_BUTTONS|wxTR_NO_LINES|wxTR_FULL_ROW_HIGHLIGHT|wxTR_HIDE_ROOT</style>
</object>

<bg>#FFFFFF</bg>
<style>wxSUNKEN_BORDER</style>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<object class="wxTreeCtrl" name="tcPlugins">
<size>250,250</size>
<style>wxNO_BORDER|wxTR_NO_BUTTONS|wxTR_NO_LINES|wxTR_FULL_ROW_HIGHLIGHT|wxTR_HIDE_ROOT</style>
</object>
<option>1</option>
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE</flag>
</object>
</object>
</object>
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE</flag>
</object>
Expand Down

0 comments on commit fc2b446

Please sign in to comment.