修复1080p设置界面显示问题

main
IT\Administrator 3 months ago
parent 170e37586e
commit 25c76a2961

@ -264,19 +264,19 @@ QPushButton#mesButton:pressed
QPushButton#setButton{
width: 54.75px;
height: 40px;
min-height: 33px;
background-color: #2277EF;
border-radius: 20px;
border-radius: 5px;
color: #FFFFFF;
font-family: ".SFNSDisplay-Medium";
font-size: 25px;
font-size: 20px;
font-weight: 520;
}
@ -338,9 +338,9 @@ QLabel#setlabel, QLabel#mesLabel{
border: none;
width: 239px;
min-width: 180px;
height: 40px;
min-height: 30px;
border-radius: 5px;
@ -362,7 +362,12 @@ QLabel#tcpLable, QLabel#rtuLable{
border: none;
width: 239px;
/* width: 239px;
height: 40px;
*/
width: 200px;
height: 40px;
@ -462,9 +467,9 @@ QLineEdit#setEdit{
border: 1px solid #dddddd;
width: 239px;
min-width: 180px;
height: 49px;
min-height: 29px;
border-radius: 5px;
@ -474,7 +479,7 @@ QLineEdit#setEdit{
font-family: ".SFNSDisplay-Regular";
font-size: 28px;
font-size: 20px;
font-weight: 520;
}
@ -722,9 +727,9 @@ QComboBox#setBox{
border: 1px solid #dddddd;
width: 239px;
min-width: 180px;
height: 49px;
min-height: 29px;
border-radius: 5px;
@ -734,7 +739,7 @@ QComboBox#setBox{
font-family: "SFNSDisplay-Regular";
font-size: 28px;
font-size: 20px;
font-weight: 520;
@ -817,7 +822,7 @@ QComboBox#setBox QAbstractItemView{
border: none;
font-size: 28px;
font-size: 20px;
outline: 0px;
@ -845,7 +850,7 @@ QComboBox#setBox QAbstractItemView::item{
height: 49px;
font-size: 28px;
font-size: 20px;
padding-left : 10px;

Loading…
Cancel
Save