<vbox flex="1" class="my_overflow">
<label id="patron_name" class="patronNameLarge"/>
- <groupbox orient="vertical" flex="1" id="summary" hidden="true"/>
- <iframe id="copy_summary" hidden="true"/>
+ <vbox flex="0">
+ <groupbox orient="vertical" flex="0" id="summary" hidden="true"/>
+ <iframe id="copy_summary" hidden="true" flex="0"/>
+ </vbox>
<splitter><grippy/></splitter>
- <groupbox orient="vertical" flex="3">
+ <groupbox orient="vertical" flex="1">
<caption id="caption" label="Bill History"/>
<tree id="bill_tree" flex="1" enableColumnDrag="true" seltype="single"/>
<hbox>
</hbox>
</groupbox>
- <hbox>
+ <hbox flex="0">
<button id="opac" label="Show in Catalog" accesskey="S" hidden="true" oncommand="alert('Not Yet Implemented');"/>
<button id="print" label="Print" accesskey="P" hidden="false" oncommand="print_bills();"/>
<spacer flex="1"/>