Update changelog

This commit is contained in:
reionwong 2021-09-16 14:52:12 +08:00
parent 3c2a6b4f17
commit 7e94d94407
2 changed files with 4 additions and 3 deletions

6
debian/changelog vendored
View file

@ -1,5 +1,5 @@
cutefish-dock (0.1) UNRELEASED; urgency=low
cutefish-dock (0.4) UNRELEASED; urgency=low
* Initial release (CutefishOS) <cutefishos@foxmail.com>
* Initial release
-- CutefishOS <cutefishos@foxmail.com> Thu, 16 Oct 2014 17:22:15 +0200
-- CutefishOS <support@cutefishos.com> Thu, 16 Sep 2021 03:52:45 +0800

View file

@ -161,6 +161,7 @@ QRect MainWindow::windowRect() const
compositing = item->property("compositing").toBool();
}
QSize newSize(0, 0);
QPoint position(0, 0);
int maxLength = isHorizontal ? screenGeometry.width() - m_settings->edgeMargins()