QTfrontend/res/css/qt.css
changeset 8925 f52c6f9800ca
parent 8475 f605bc59c603
child 8976 5d9f43ad036a
equal deleted inserted replaced
8923:2dfe7c57667c 8925:f52c6f9800ca
   174 background: transparent;
   174 background: transparent;
   175 width: 16px;
   175 width: 16px;
   176 height: 10px;
   176 height: 10px;
   177 }
   177 }
   178 
   178 
       
   179 QLabel {
       
   180 overflow: hidden;
       
   181 }
       
   182 
   179 QComboBox {
   183 QComboBox {
   180 border-radius: 10px;
   184 border-radius: 10px;
   181 padding: 3px;
   185 padding: 3px;
       
   186 height: 18px;
       
   187 overflow: hidden;
   182 }
   188 }
   183 QComboBox:pressed{
   189 QComboBox:pressed{
   184 border-color: white;
   190 border-color: white;
   185 }
   191 }
   186 QComboBox::drop-down{
   192 QComboBox::drop-down{