mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b3c1a28361
commit
670bcdc7e9
@ -109,7 +109,7 @@ class SearchBox2(QComboBox): # {{{
|
||||
def normalize_state(self):
|
||||
self.setToolTip(self.tool_tip_text)
|
||||
self.line_edit.setStyleSheet(
|
||||
'QLineEdit{color:inherit;background-color:%s;}' % self.normal_background)
|
||||
'QLineEdit{color:none;background-color:%s;}' % self.normal_background)
|
||||
|
||||
def text(self):
|
||||
return self.currentText()
|
||||
|
Loading…
x
Reference in New Issue
Block a user