Thanks guys, I know I'm asking too many questions, it comes out of me when I don't have the chance to research, LOL. In and out of the thread... Ugh. Thanks for your patience! and links, and answers!
I can not re-produce this with Ubuntu running in VirtualBox.
Before I install VMware (what I want to avoid): 1280x800 for full-screen is already not that much....could it be that the resized window is just too small for the wallet?
The minimum requirement for the wallet is 960x585. If your window is smaller some parts will be missing of course. If your resize it to something bigger the wallet should automatically adjust until it's fully visible.
Can you please check the window size?
Not a safety thing, a stack thing. If you replay a previous stack position, you lose the rest of the stack.
To demonstrate, in debug console, type:
1<enter>
2<enter>
3<enter>
4<enter>
up/down arrows show all four commands.
re-run #2 (up-up-enter)
up/down arrows show only commands 1 and 2.
// Truncate history from current position
history.erase(history.begin() + historyPtr, history.end());
// Append command to history
history.append(cmd);
snogcel crowning
this https://github.com/darkcoin/darkcoi...ab2#diff-fab8c6126918d11b507a6c979d8cf4f2R684
breaks UI for me
View attachment 1199
EDIT: changed back to 175px to verify and it works fine. 190px doesn't work for me.
Hah! Wallet synced and now 190 is ok too! Guess that's smth with that "out of sync" label...Was on the same track and just pushed https://github.com/snogcel/darkcoin/commit/e18b2bdd4b96e3d8995a39e4847e3fccfb38db68 - can you please identify the max suitable width and create a pull request? This provides more space for the available balance text. I would but I have to go to work in a few minutes (and only have access to linux dev environment for testing)
Was on the same track and just pushed https://github.com/snogcel/darkcoin/commit/e18b2bdd4b96e3d8995a39e4847e3fccfb38db68 - can you please identify the max suitable width and create a pull request? This provides more space for the available balance text. I would but I have to go to work in a few minutes (and only have access to linux dev environment for testing)
Hah! Wallet synced and now 190 is ok too! Guess that's smth with that "out of sync" label...
snogcel crowning
There is a fix I came to https://github.com/darkcoin/darkcoin/pull/278
Seems to work on Mac and Ubuntu. No Windows here
Sure but nothing interesting there :grin:From a theoretical perspective that looks like a great way to solve the issue! mind throwing up a screenshot of what it looks like after that change?
:smile:Looks awesome! Alignment and symmetry are two of my vices, just wanted to see if anything was askew :smile:
May the right frame with Dash logo and transaction list stay aligned top-right during resize width of windows ?
:smile:
btw what do you think about dashed progress bar?
QWidget.QFrame#frameDarksend#formLayoutWidget.QProgressBar#darksendProgress::chunk{
background-color:#3398CC;
width:4px;
margin:0.5px;
}
View attachment 1202