UI: min-width adjustment for toolbar buttons
This commit is contained in:
parent
8599ced191
commit
032076df66
@ -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
0
src/qt/res/icons/bitcoin.png
Executable file → Normal 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
0
src/qt/res/icons/bitcoin_testnet.png
Executable file → Normal file
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in New Issue
Block a user