2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improve automatic media download box design.

This commit is contained in:
John Preston
2018-09-20 21:25:43 +03:00
parent fd0719db6d
commit 1c4f374e3c
4 changed files with 105 additions and 107 deletions

View File

@@ -29,20 +29,8 @@ public:
protected:
void prepare() override;
void paintEvent(QPaintEvent *e) override;
void resizeEvent(QResizeEvent *e) override;
private:
void save();
object_ptr<Ui::Checkbox> _photoPrivate;
object_ptr<Ui::Checkbox> _photoGroups;
object_ptr<Ui::Checkbox> _audioPrivate;
object_ptr<Ui::Checkbox> _audioGroups;
object_ptr<Ui::Checkbox> _gifPrivate;
object_ptr<Ui::Checkbox> _gifGroups;
int _sectionHeight = 0;
void setupContent();
};