- enlarge standard size
- remove fixed 10px font
- remove left mood image
- ensure that table has no ugly line-breaks on OSX, Linux
related to #5559
related to #5559
Before:


After:



313 | @@ -314,8 +314,7 @@ BITCOIN_QT_CPP += \ 314 | qt/walletview.cpp 315 | endif 316 | 317 | -RES_IMAGES = \ 318 | - qt/res/images/about.png 319 | +RES_IMAGES =
Not sure, but perhaps remove or comment out that one?
I wasn't sure about that. Maybe we should keep the compile process open for further images. That's why I left it. But I'm not sure.
I suggest removing it since you now set it to empty; so if someone adds another RES_IMAGES to the top of the file you end up deleting it again with this one.
I'd say keep it empty. If there are images again, they can be added here. There's no need to add another RES_IMAGES to the top of the file.
5 | @@ -6,33 +6,15 @@ 6 | <rect> 7 | <x>0</x> 8 | <y>0</y> 9 | - <width>585</width> 10 | - <height>225</height> 11 | + <width>780</width>
Thanks, I already asked if the resize in the initial pull was done by intention and got a yes. It was too small IMHO, so good one here!
looks good to me
Tested ACK
- enlarge standard size
- remove fixed 10px font
- remove left mood image
- ensure that table has no ugly line-breaks on OSX, Linux
Removed the RES_IMAGES part.