Update changelog
This commit is contained in:
parent
3c2a6b4f17
commit
7e94d94407
2 changed files with 4 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
||||||
|
|
|
@ -161,6 +161,7 @@ QRect MainWindow::windowRect() const
|
||||||
compositing = item->property("compositing").toBool();
|
compositing = item->property("compositing").toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QSize newSize(0, 0);
|
QSize newSize(0, 0);
|
||||||
QPoint position(0, 0);
|
QPoint position(0, 0);
|
||||||
int maxLength = isHorizontal ? screenGeometry.width() - m_settings->edgeMargins()
|
int maxLength = isHorizontal ? screenGeometry.width() - m_settings->edgeMargins()
|
||||||
|
|
Loading…
Reference in a new issue