Removed border from playlist titles. (slightly noticeable)
This commit is contained in:
parent
3ac97755bf
commit
e5b7ebe6e8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class TabTitle(QLineEdit):
|
|||
self.index = index
|
||||
self.playlist_view = playlist_view
|
||||
|
||||
self.setStyleSheet("QLineEdit {background: transparent;}")
|
||||
self.setStyleSheet("QLineEdit {background: transparent; border: none;}")
|
||||
self.setFocusPolicy(Qt.FocusPolicy.TabFocus)
|
||||
|
||||
self.setCursor(QCursor(Qt.CursorShape.ArrowCursor)) # normal cursor (would be a text cursor)
|
||||
|
|
Loading…
Add table
Reference in a new issue