2323 <string notr =" true" >QWidget {
2424background-color: white;
2525font-size: 14px;
26- font-family: " Roboto" ;
26+ font-family: Roboto, Helvetica ;
2727color: black;
2828}
2929QPushButton {
@@ -83,24 +83,16 @@ CertificateButton #warn, CertificateWidget #warn {
8383color: #CD2541;
8484}
8585QLineEdit {
86- border: 2px solid #113F8E;
87- color: #113F8E;
88- border-radius: 3px;
89- min-width: 200px;
90- min-height: 45px;
91- max-width: 200px;
92- max-height: 45px;
93- font-size: 26px;
94- font-weight: bold;
95- padding-right: 14px;
96- padding-left: 14px;
97- padding-top: 0px;
98- padding-bottom: 0px;
86+ border: 1px solid #C4CBD8;
87+ color: #607496;
88+ border-radius: 8px;
89+ font-size: 16px;
90+ padding: 10px 14px;
9991lineedit-password-character: 42;
10092}
10193QLineEdit[warning=" true" ] {
102- border: 2px solid #CD2541 ;
103- color: #CD2541 ;
94+ border: 1px solid #AD2A45 ;
95+ color: #07142A ;
10496}
10597QProgressBar {
10698height: 30px;
@@ -127,10 +119,12 @@ color: #003168;
127119font-weight: bold;
128120max-height: 20px;
129121}
130- #pinTitleLabel, #pinErrorLabel {
131- max-height: 20px;
122+ #pinTitleLabel {
123+ font-size: 14px;
124+ color: #07142A;
132125}
133126#pinErrorLabel {
127+ font-size: 14px;
134128color: #CD2541;
135129}
136130#fatalError {
@@ -564,29 +558,19 @@ border-radius: 4px;</string>
564558 <item >
565559 <layout class =" QVBoxLayout" name =" pinLayout" >
566560 <property name =" spacing" >
567- <number >10 </number >
561+ <number >6 </number >
568562 </property >
569563 <item >
570564 <widget class =" QLabel" name =" pinTitleLabel" >
571- <property name =" font" >
572- <font >
573- <family >Roboto</family >
574- <pointsize >-1</pointsize >
575- <bold >true</bold >
576- </font >
577- </property >
578565 <property name =" text" >
579566 <string notr =" true" >Enter PIN1 for authentication</string >
580567 </property >
581- <property name =" alignment" >
582- <set >Qt::AlignCenter</set >
583- </property >
584568 <property name =" buddy" >
585569 <cstring >pinInput</cstring >
586570 </property >
587571 </widget >
588572 </item >
589- <item alignment = " Qt::AlignHCenter " >
573+ <item >
590574 <widget class =" QLineEdit" name =" pinInput" >
591575 <property name =" maxLength" >
592576 <number >12</number >
@@ -598,21 +582,12 @@ border-radius: 4px;</string>
598582 </item >
599583 <item >
600584 <widget class =" QLabel" name =" pinErrorLabel" >
601- <property name =" minimumSize" >
602- <size >
603- <width >0</width >
604- <height >36</height >
605- </size >
606- </property >
607585 <property name =" focusPolicy" >
608586 <enum >Qt::TabFocus</enum >
609587 </property >
610588 <property name =" text" >
611589 <string notr =" true" >2 tries left</string >
612590 </property >
613- <property name =" alignment" >
614- <set >Qt::AlignCenter</set >
615- </property >
616591 <property name =" wordWrap" >
617592 <bool >true</bool >
618593 </property >
@@ -635,19 +610,6 @@ border-radius: 4px;</string>
635610 </property >
636611 </widget >
637612 </item >
638- <item >
639- <spacer name =" pinSpacer" >
640- <property name =" orientation" >
641- <enum >Qt::Vertical</enum >
642- </property >
643- <property name =" sizeHint" stdset =" 0" >
644- <size >
645- <width >20</width >
646- <height >5</height >
647- </size >
648- </property >
649- </spacer >
650- </item >
651613 </layout >
652614 </item >
653615 </layout >
0 commit comments