[bisq-network/bisq] Increase "Proposals of current cycle" table size to fit the window (#3318)

niyid notifications at github.com
Tue Nov 12 23:03:42 UTC 2019


> Thanks for the feedback. I will adopt your suggestion. Regards.
> […](#)

@ripcurlx 

Since this fix only appears to work in the BLIND_VOTE phase, I could make the height as is for the rest and resize to double in the BLIND_VOTE phase. Does that work?

```
        double initialProposalTableViewHeight = 180;
    	if(DaoPhase.Phase.BLIND_VOTE.equals(currentPhase)) {
    		initialProposalTableViewHeight = 360;
    	}        
```

```
        tableView.setPrefHeight(100);
    	if(DaoPhase.Phase.BLIND_VOTE.equals(currentPhase)) {
            tableView.setPrefHeight(200);
    	}

```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3318#issuecomment-553157748
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191112/f4975ef2/attachment.html>


More information about the bisq-github mailing list