equal
deleted
inserted
replaced
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{ |