From 2d2e9dff9070b43ff5c1461478354cc029cdda94 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 13 Apr 2020 22:37:11 +0300 Subject: NewStory: fix Previous/Next buttons position --- plugins/NewStory/res/resource.rc | 4 ++-- plugins/NewStory/src/history.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 4fe2e186e7..c2aa2bab8b 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -97,8 +97,8 @@ BEGIN CONTROL "",IDC_EXPORT,"MButtonClass",WS_TABSTOP,90,99,16,14 CONTROL "",IDC_COPY,"MButtonClass",WS_TABSTOP,74,99,16,14 CONTROL "",IDC_FILTER,"MButtonClass",WS_TABSTOP,132,99,16,14 - CONTROL "",IDC_FINDNEXT,"MButtonClass",WS_TABSTOP,364,305,16,14 - CONTROL "",IDC_FINDPREV,"MButtonClass",WS_TABSTOP,337,305,16,14 + CONTROL "",IDC_FINDPREV,"MButtonClass",WS_TABSTOP,364,305,16,14 + CONTROL "",IDC_FINDNEXT,"MButtonClass",WS_TABSTOP,337,305,16,14 EDITTEXT IDC_SEARCHTEXT,19,305,305,14,ES_AUTOHSCROLL ICON "",IDC_SEARCHICON,1,298,20,20,SS_CENTERIMAGE CONTROL "",IDC_LOGOPTIONS,"MButtonClass",WS_TABSTOP,116,99,16,14 diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 60792b9713..b7e11fa943 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -418,8 +418,8 @@ public: btnCalendar(this, IDC_DATEPOPUP, g_plugin.getIcon(ICO_CALENDAR), LPGEN("Jump2Date")), btnUserInfo(this, IDC_USERINFO, g_plugin.getIcon(ICO_USERINFO), LPGEN("User Info")), btnUserMenu(this, IDC_USERMENU, g_plugin.getIcon(ICO_USERMENU), LPGEN("User Menu")), - btnFindNext(this, IDC_FINDNEXT, g_plugin.getIcon(ICO_FINDPREV), LPGEN("Find Previous")), - btnFindPrev(this, IDC_FINDPREV, g_plugin.getIcon(ICO_FINDNEXT), LPGEN("Find Next")) + btnFindNext(this, IDC_FINDNEXT, g_plugin.getIcon(ICO_FINDNEXT), LPGEN("Find Next")), + btnFindPrev(this, IDC_FINDPREV, g_plugin.getIcon(ICO_FINDPREV), LPGEN("Find Previous")) { m_timeTree.OnSelChanged = Callback(this, &CHistoryDlg::onSelChanged_TimeTree); -- cgit v1.2.3