Buttons minimum size

pull/112/head
parent c62b830fb8
commit a5a07db005
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -136,4 +136,9 @@ background:transparent;
treeview row:nth-child(odd) { background-color: #000000; } treeview row:nth-child(odd) { background-color: #000000; }
treeview row:nth-child(even) { background-color: #ffffff; } treeview row:nth-child(even) { background-color: #ffffff; }
button {
min-width: 26px;
min-height: 24px;
}
Loading…
Cancel
Save