<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #4030.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="576694304" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/4030" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/4030/hovercard" href="https://github.com/bisq-network/bisq/issues/4030">#4030</a></p>
<p>Currently the offer book tables are only being sized when the window proportions change.  However if the window is made bigger before the offer book is opened, then the tables are not resized from their default.</p>
<p>Other windows (for example Market -> Trades) solve this by make a sizing call in the <code>activate</code> method.    In order to do this the sizing code is separated into a <code>layout</code> method where it can be called from both <code>activate</code> and the existing <code>heightProperty</code> listener.  The same approach is taken here.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4031'>https://github.com/bisq-network/bisq/pull/4031</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>fixes #4030</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4031/files#diff-17dcf475d6fd5fe89ed65d45a1186e29">desktop/src/main/java/bisq/desktop/main/market/offerbook/OfferBookChartView.java</a>
    (23)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4031.patch'>https://github.com/bisq-network/bisq/pull/4031.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4031.diff'>https://github.com/bisq-network/bisq/pull/4031.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4031?email_source=notifications&email_token=AJFFTNU3N5UPKD6HPGUUFK3RGEFRPA5CNFSM4LDB3F4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITEC5HA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUXMHNUY7N7SLLEBHLRGEFRPANCNFSM4LDB3F4A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWJL3GMWAYMRWSQCN3RGEFRPA5CNFSM4LDB3F4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITEC5HA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4031?email_source=notifications\u0026email_token=AJFFTNU3N5UPKD6HPGUUFK3RGEFRPA5CNFSM4LDB3F4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITEC5HA",
"url": "https://github.com/bisq-network/bisq/pull/4031?email_source=notifications\u0026email_token=AJFFTNU3N5UPKD6HPGUUFK3RGEFRPA5CNFSM4LDB3F4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITEC5HA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>