UI: min-width adjustment for toolbar buttons

This commit is contained in:
crowning- 2015-09-17 15:52:31 +02:00
parent 8599ced191
commit 032076df66
3 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ margin:0;
QToolBar > QToolButton {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .05 #222222, stop: .4 #EEEEEE, stop: .6 #EEEEEE, stop: 1 #222222);
min-height:2.5em;
min-width:110px;
padding: 0em 1em;
color:#000000;
}

0
src/qt/res/icons/bitcoin.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

0
src/qt/res/icons/bitcoin_testnet.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB