diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-03 20:52:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-03 20:52:30 +0300 |
commit | 18c67383050c401825059299c55ed733391a72c2 (patch) | |
tree | 7e3701f96203285c2145670764caafac05be251a /plugins/NewStory/src | |
parent | d01433507d6a6b8b8bee08128536f0a30fe22449 (diff) |
NewStory: minor improvement of treeview's look-n-feel
Diffstat (limited to 'plugins/NewStory/src')
-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, |