Improve EditPatientDialog errormessage display effect.
This commit is contained in:
@@ -245,6 +245,7 @@ QLabel#warn {
|
||||
color: #930000;
|
||||
background: transparent;
|
||||
font-size: 20px;
|
||||
max-height: 80px;
|
||||
}
|
||||
|
||||
QLabel#title {
|
||||
@@ -475,14 +476,12 @@ QLabel#WarningPanelTitle{
|
||||
}
|
||||
QWidget#ErrorPanelContent QLabel#WarningLabelText{
|
||||
font-size: 12px;
|
||||
qproperty-wordWrap:true;
|
||||
margin-left: 1px;
|
||||
border-top: 1px solid darkgoldenrod ;
|
||||
padding-top: 3px;
|
||||
}
|
||||
QWidget#WarningPanelContent QLabel#WarningLabelText{
|
||||
font-size: 12px;
|
||||
qproperty-wordWrap:true;
|
||||
margin-left: 1px;
|
||||
border-top: 1px solid darkgoldenrod;
|
||||
padding-top: 3px;
|
||||
@@ -850,6 +849,8 @@ QWidget#formWidget {
|
||||
|
||||
QWidget#formWidget QLabel{
|
||||
font-size: 32px;
|
||||
/* max-width: 450px; */
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
GUIFormBaseDialog QToolButton{
|
||||
|
||||
Reference in New Issue
Block a user