Skip to content

Commit

Permalink
Tweak panel sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Moksnes committed Mar 17, 2020
1 parent cd0b0ae commit e05841c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ProxyFormUnit.fmx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'Ceton HDHomeRun Proxy'
ClientHeight = 494
ClientHeight = 483
ClientWidth = 400
Fill.Kind = Solid
Position = ScreenCenter
Expand All @@ -18,15 +18,15 @@ object MainForm: TMainForm
object VertScrollBox1: TVertScrollBox
Align = Client
Size.Width = 400.000000000000000000
Size.Height = 494.000000000000000000
Size.Height = 483.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Viewport.Width = 400.000000000000000000
Viewport.Height = 494.000000000000000000
Viewport.Height = 483.000000000000000000
object OuterPanelContainer: TLayout
Align = Top
Size.Width = 400.000000000000000000
Size.Height = 489.000000000000000000
Size.Height = 481.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object PanelContainer: TLayout
Expand All @@ -52,7 +52,7 @@ object MainForm: TMainForm
TabOrder = 0
OnMouseDown = PanelMouseDown
OnResized = PanelResizing
ContentSize = '200'
ContentSize = '156'
object Label7: TLabel
Position.X = 15.000000000000000000
Position.Y = 130.000000000000000000
Expand Down

0 comments on commit e05841c

Please sign in to comment.