Removed border from playlist titles. (slightly noticeable)

This commit is contained in:
The Wobbler 2025-02-12 14:21:59 +01:00
parent 3ac97755bf
commit e5b7ebe6e8

View file

@ -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)