diff options
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 6f17847f45..5059a8ec1e 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -311,7 +311,7 @@ class CHistoryDlg : public CDlgBase // time tree bar int hTimeTree = 0; if (m_dwOptions & WND_OPT_TIMETREE) { - hTimeTree = 80; // need to calculate correctly + hTimeTree = 100; // need to calculate correctly hDwp = DeferWindowPos(hDwp, m_timeTree.GetHwnd(), 0, WND_SPACING, WND_SPACING + hToolBar + hFilterBar, hTimeTree, h - WND_SPACING * 2 - hFilterBar - hToolBar - hSearch - hStatus, |