Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/MainUnit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@
#include "HTTPServices.h"
#include "Langs.h"



//---------------------------------------------------------------------------

#pragma package(smart_init)
#pragma link "VirtualTrees"
#pragma link "SynEdit"
Expand Down
2 changes: 1 addition & 1 deletion src/MainUnit.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ object MainForm: TMainForm
Top = 629
Width = 801
Height = 19
SimplePanel = True
Panels = <
item
Width = 300
end>
SimplePanel = True
end
object LeftPanel: TPanel
Left = 0
Expand Down
Loading