mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Remember window dimensions of session manager for the next call.
This commit is contained in:
@ -167,6 +167,8 @@ const
|
||||
REGNAME_USERMNGR_WINHEIGHT = 'Usermanager_WindowHeight';
|
||||
REGNAME_SELECTDBO_WINWIDTH = 'SelectDBO_WindowWidth';
|
||||
REGNAME_SELECTDBO_WINHEIGHT = 'SelectDBO_WindowHeight';
|
||||
REGNAME_SESSMNGR_WINWIDTH = 'SessionManager_WindowWidth';
|
||||
REGNAME_SESSMNGR_WINHEIGHT = 'SessionManager_WindowHeight';
|
||||
REGNAME_COPYTABLE_STRUCDATA = 'CopyTable_Option_StructureData';
|
||||
REGVAL_COPYTABLE_STRUCTURE = 0;
|
||||
REGVAL_COPYTABLE_STRUCTURE_AND_DATA = 1;
|
||||
|
Reference in New Issue
Block a user