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

Playing game state is set for 10 seconds instead of 30.

Also moved some icons from sprite to separate b&w files.
This commit is contained in:
John Preston
2016-09-30 19:40:00 +03:00
parent 2ebab6a13c
commit 886327a1d0
21 changed files with 77 additions and 45 deletions

View File

@@ -229,7 +229,7 @@ private:
bool gifShown() const;
void stopGif();
style::sprite _docIcon;
const style::icon *_docIcon = nullptr;
style::color _docIconColor;
QString _docName, _docSize, _docExt;
int _docNameWidth = 0, _docSizeWidth = 0, _docExtWidth = 0;