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

Allow to resize third column.

This commit is contained in:
John Preston
2017-11-12 20:50:58 +04:00
parent bca9b3ca3f
commit fe9630bb20
11 changed files with 152 additions and 34 deletions

View File

@@ -583,7 +583,8 @@ private:
bool _showBack = false;
QPixmap _cacheUnder, _cacheOver;
int _dialogsWidth;
int _dialogsWidth = 0;
int _thirdColumnWidth = 0;
Animation _a_dialogsWidth;
object_ptr<Ui::PlainShadow> _sideShadow;