Make latest uploads max size configurable. Make latest uploads window resizeable

This commit is contained in:
Marko
2021-03-20 03:48:25 +02:00
committed by borgmanJeremy
parent b361d34dec
commit ba5b52c95e
12 changed files with 83 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ class SizeDecreaseTool : public AbstractActionTool
public:
explicit SizeDecreaseTool(QObject* parent = nullptr);
bool closeOnButtonPressed() const;
bool closeOnButtonPressed() const override;
QIcon icon(const QColor& background, bool inEditor) const override;
QString name() const override;