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

moved to xcode 6 beta, emoji changed to apple default, tray icon on os x added

This commit is contained in:
John Preston
2014-09-20 14:31:03 -07:00
parent 67e74e7aed
commit b9ed9e0b6d
1719 changed files with 6258 additions and 5616 deletions

View File

@@ -60,8 +60,8 @@ void MediaView::moveToScreen() {
}
if (!geom.contains(_avail)) {
_avail = geom;
_avail.moveTo(0, 0);
}
_avail.moveTo(0, 0);
_maxWidth = _avail.width() - 2 * st::medviewNavBarWidth;
_maxHeight = _avail.height() - st::medviewTopSkip - st::medviewBottomSkip;
_leftNav = QRect(0, 0, st::medviewNavBarWidth, height());