0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

GroupBox style fixed

This commit is contained in:
Arin Alexander 2017-12-20 13:08:05 +03:00
parent 44d9f8cc15
commit 0ab24565a5

View File

@ -358,15 +358,16 @@ QAbstractItemView QLineEdit
}
QGroupBox {
margin-top: 10px;
margin-top: 1.5em;
}
QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: top left;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-left: 0px;
padding-right: 0px;
margin-top: 2px;
margin-bottom: 2px;
}
QAbstractScrollArea