mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build with GCC.
This commit is contained in:
parent
ac136638a4
commit
74014d18a5
1 changed files with 0 additions and 3 deletions
|
@ -180,9 +180,6 @@ void InnerWidget::createButtons() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const auto &small = st::dialogsStories;
|
const auto &small = st::dialogsStories;
|
||||||
const auto count = int(content.elements.size());
|
|
||||||
const auto smallWidth = small.photo + (count - 1) * small.shift;
|
|
||||||
const auto real = smallWidth;
|
|
||||||
const auto height = small.photo + 2 * small.photoTop;
|
const auto height = small.photo + 2 * small.photoTop;
|
||||||
const auto top = (size.height() - height) / 2;
|
const auto top = (size.height() - height) / 2;
|
||||||
const auto right = st::settingsButtonRightSkip
|
const auto right = st::settingsButtonRightSkip
|
||||||
|
|
Loading…
Add table
Reference in a new issue