You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-09-30 21:28:55 +02:00
Fix #188
Set all "ShowCaption" properties to the default value for backwards compatibility
This commit is contained in:
@@ -32,7 +32,6 @@ object Form1: TForm1
|
||||
Padding.Top = 5
|
||||
Padding.Right = 5
|
||||
Padding.Bottom = 5
|
||||
ShowCaption = False
|
||||
TabOrder = 0
|
||||
object ComboBox1: TComboBox
|
||||
Left = 5
|
||||
@@ -66,7 +65,6 @@ object Form1: TForm1
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
Padding.Left = 4
|
||||
ShowCaption = False
|
||||
TabOrder = 1
|
||||
object GoBtn: TButton
|
||||
Left = 4
|
||||
@@ -126,7 +124,6 @@ object Form1: TForm1
|
||||
OnMouseUp = Panel1MouseUp
|
||||
OnResize = Panel1Resize
|
||||
OnMouseLeave = Panel1MouseLeave
|
||||
ShowCaption = False
|
||||
end
|
||||
object chrmosr: TChromium
|
||||
OnTooltip = chrmosrTooltip
|
||||
|
Reference in New Issue
Block a user