keep remove button small
This commit is contained in:
parent
a71ed7c426
commit
f60a93f35b
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ class PreviewPanel(QWidget):
|
|||
|
||||
button_remove = QPushButton("➖")
|
||||
button_remove.setCursor(Qt.CursorShape.PointingHandCursor)
|
||||
button_remove.setFixedWidth(30)
|
||||
set_button_style(button_remove)
|
||||
|
||||
def remove_recent_library_clicked(key: str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue