You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Fixed invisible select items in FullScreenBrowser demos
This commit is contained in:
@@ -12,7 +12,6 @@ object MainForm: TMainForm
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
FormStyle = fsStayOnTop
|
||||
WindowState = wsMaximized
|
||||
OnCloseQuery = FormCloseQuery
|
||||
OnCreate = FormCreate
|
||||
|
@@ -1,27 +1,26 @@
|
||||
object MainForm: TMainForm
|
||||
Left = -8
|
||||
Height = 712
|
||||
Height = 751
|
||||
Top = -8
|
||||
Width = 1380
|
||||
Width = 1396
|
||||
BorderIcons = []
|
||||
BorderStyle = bsNone
|
||||
Caption = 'MainForm'
|
||||
ClientHeight = 811
|
||||
ClientWidth = 1537
|
||||
ClientHeight = 728
|
||||
ClientWidth = 1396
|
||||
Color = clBtnFace
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
FormStyle = fsStayOnTop
|
||||
OnCloseQuery = FormCloseQuery
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
WindowState = wsMaximized
|
||||
object CEFWindowParent1: TCEFWindowParent
|
||||
Left = 0
|
||||
Height = 811
|
||||
Height = 728
|
||||
Top = 0
|
||||
Width = 1537
|
||||
Width = 1396
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
end
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 687,
|
||||
"InternalVersion" : 688,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "131.3.4"
|
||||
}
|
||||
|
Reference in New Issue
Block a user