From 3aca3e7007e9d587d9b0b9fdf3b5a6a4a6b0a38f Mon Sep 17 00:00:00 2001 From: blaszijk Date: Thu, 9 Feb 2012 18:37:49 +0000 Subject: [PATCH] fps column is now fixed, autosizing does not work on mac git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2282 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/draw_test/unit1.lfm | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/applications/draw_test/unit1.lfm b/applications/draw_test/unit1.lfm index 335d2e8b8..abe3ab2f8 100644 --- a/applications/draw_test/unit1.lfm +++ b/applications/draw_test/unit1.lfm @@ -4,7 +4,7 @@ object Form1: TForm1 Top = 135 Width = 569 Caption = 'Form1' - ClientHeight = 535 + ClientHeight = 555 ClientWidth = 569 Menu = MainMenu1 OnCreate = FormCreate @@ -12,12 +12,12 @@ object Form1: TForm1 LCLVersion = '0.9.31' object PageControl1: TPageControl Left = 0 - Height = 535 + Height = 555 Top = 0 - Width = 362 - ActivePage = GraphicControlTabSheet + Width = 328 + ActivePage = ImageTabSheet Align = alClient - TabIndex = 2 + TabIndex = 1 TabOrder = 0 object PaintBoxTabSheet: TTabSheet Caption = 'TPaintBox' @@ -34,13 +34,13 @@ object Form1: TForm1 end object ImageTabSheet: TTabSheet Caption = 'TImage' - ClientHeight = 509 - ClientWidth = 354 + ClientHeight = 516 + ClientWidth = 322 object Image1: TImage Left = 0 - Height = 509 + Height = 516 Top = 0 - Width = 354 + Width = 322 Align = alClient end end @@ -49,10 +49,10 @@ object Form1: TForm1 end end object ListView1: TListView - Left = 367 - Height = 535 + Left = 333 + Height = 555 Top = 0 - Width = 202 + Width = 236 Align = alRight Columns = < item @@ -60,16 +60,15 @@ object Form1: TForm1 Width = 100 end item - AutoSize = True Caption = 'FPS' - Width = 98 + Width = 100 end> TabOrder = 1 ViewStyle = vsReport end object Splitter1: TSplitter - Left = 362 - Height = 535 + Left = 328 + Height = 555 Top = 0 Width = 5 Align = alRight