added link to license

This commit is contained in:
fourtf
2018-08-09 16:44:04 +02:00
parent cb235ef532
commit 878daf6eee
4 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ void SplitContainer::focusSplitRecursive(Node *node, Direction direction)
void SplitContainer::layout()
{
this->baseNode_.geometry_ = this->rect().adjusted(0, 0, -1, -1);
this->baseNode_.geometry_ = this->rect().adjusted(-1, -1, 0, 0);
std::vector<DropRect> _dropRects;
std::vector<ResizeRect> _resizeRects;