keep remove button small

This commit is contained in:
yedpodtrzitko
2024-05-14 14:58:42 +08:00
parent a71ed7c426
commit f60a93f35b

View File

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