refs #902, qss GroupBox margin

This commit is contained in:
Klaus Basan
2017-04-03 23:50:00 +02:00
committed by Mathew Sutcliffe
parent dcf0fa6b5a
commit 0f57385325

View File

@@ -276,7 +276,7 @@ QPlainTextEdit {
QGroupBox {
border: 1px solid green;
margin-top: 2.5ex; /* leave space at the top for the title */
margin-top: 2ex; /* the x-height of the relevant font, leave space at the top for the title */
border-radius: 5px;
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);