2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Renamed class back from AdaptiveModern to Adaptive.

This commit is contained in:
23rd
2021-05-27 16:54:24 +03:00
parent 5b4d442799
commit 2ed3543b53
11 changed files with 37 additions and 37 deletions

View File

@@ -239,7 +239,7 @@ public:
}
[[nodiscard]] not_null<::MainWindow*> widget() const;
[[nodiscard]] not_null<MainWidget*> content() const;
[[nodiscard]] AdaptiveModern &adaptive() const;
[[nodiscard]] Adaptive &adaptive() const;
// We need access to this from MainWidget::MainWidget, where
// we can't call content() yet.
@@ -287,7 +287,7 @@ public:
int dialogsWidth;
int chatWidth;
int thirdWidth;
AdaptiveModern::WindowLayout windowLayout;
Adaptive::WindowLayout windowLayout;
};
[[nodiscard]] ColumnLayout computeColumnLayout() const;
int dialogsSmallColumnWidth() const;