mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 16:45:12 +00:00
Show nice padded code blocks.
This commit is contained in:
@@ -346,6 +346,8 @@ Photo::Photo(
|
||||
}
|
||||
}
|
||||
|
||||
Photo::~Photo() = default;
|
||||
|
||||
void Photo::initDimensions() {
|
||||
_maxw = 2 * st::overviewPhotoMinSize;
|
||||
_minh = _story ? qRound(_maxw * kStoryRatio) : _maxw;
|
||||
|
Reference in New Issue
Block a user