mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Most of the new Settings are done.
Left: auto update, privacy and security, local storage box + some minor things, like design fixes, codes like loadlang and clearing of the local storage (box) and temp download folder.
This commit is contained in:
@@ -28,6 +28,8 @@ class InnerWidget;
|
||||
class FixedBar;
|
||||
|
||||
class Widget : public LayerWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
Widget();
|
||||
|
||||
@@ -38,7 +40,12 @@ protected:
|
||||
void paintEvent(QPaintEvent *e) override;
|
||||
void resizeEvent(QResizeEvent *e) override;
|
||||
|
||||
private slots:
|
||||
void onInnerHeightUpdated();
|
||||
|
||||
private:
|
||||
void resizeUsingInnerHeight(int newWidth, int newContentLeft);
|
||||
|
||||
ChildWidget<ScrollArea> _scroll;
|
||||
ChildWidget<InnerWidget> _inner;
|
||||
ChildWidget<FixedBar> _fixedBar;
|
||||
|
Reference in New Issue
Block a user