diff --git a/Projects/SAMufasaGUI/debugimage.lfm b/Projects/SAMufasaGUI/debugimage.lfm index cd75727..8fa116a 100644 --- a/Projects/SAMufasaGUI/debugimage.lfm +++ b/Projects/SAMufasaGUI/debugimage.lfm @@ -1,7 +1,7 @@ object DebugImgForm: TDebugImgForm - Left = 1335 + Left = 393 Height = 300 - Top = 172 + Top = 278 Width = 400 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle @@ -10,6 +10,7 @@ object DebugImgForm: TDebugImgForm ClientWidth = 400 OnCreate = FormCreate OnHide = FormHide + Position = poMainFormCenter LCLVersion = '0.9.29' object DrawImage: TImage Left = 0 diff --git a/Projects/SAMufasaGUI/testunit.lfm b/Projects/SAMufasaGUI/testunit.lfm index 97a5162..8c05652 100644 --- a/Projects/SAMufasaGUI/testunit.lfm +++ b/Projects/SAMufasaGUI/testunit.lfm @@ -437,15 +437,12 @@ object Form1: TForm1 TabOrder = 3 inherited FunctionList: TTreeView Height = 323 - Top = 18 Width = 150 - DefaultItemHeight = 15 OnChange = FunctionListChange OnEnter = FunctionListEnter OnExit = FunctionListExit end inherited editSearchList: TEdit - Height = 21 Top = 341 Width = 150 OnExit = editSearchListExit @@ -453,7 +450,6 @@ object Form1: TForm1 OnKeyPress = editSearchListKeyPress end inherited FunctionListLabel: TLabel - Height = 14 Width = 146 end end