summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-25 15:05:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-25 15:06:25 +0000
commit1337932c038d0a0f689e59de7c8ffd272dbdafa4 (patch)
tree36a5858c10f58a74309dbef6492cb831d9cccdc7
parentf08d33f87799848597e2818cd5e173ab3fdc510b (diff)
fix index widget control positions on first view
Change-Id: Ic70006d65100b0ed8b337d43ff81577fb4579192
-rw-r--r--sw/source/ui/index/cnttab.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index 536326d8cdcf..d1c630b0cacd 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -2736,6 +2736,7 @@ void SwTokenWindow::setAllocation(const Size &rAllocation)
aSize.Height() = aControlSize.Height();
pControl->SetSizePixel(aSize);
}
+ AdjustPositions();
}
SwTokenWindow::~SwTokenWindow()