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

photos overview blur, multimonitor photoview fix, os x file dialog default path

This commit is contained in:
John Preston
2014-09-21 20:52:37 -07:00
parent af9117e084
commit 40641133bc
10 changed files with 52 additions and 28 deletions

View File

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