1
0
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:
Salvador Díaz Fau
2024-12-19 11:17:18 +01:00
parent 54d4bd1243
commit f9de87dafe
3 changed files with 7 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ object MainForm: TMainForm
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
WindowState = wsMaximized
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate

View File

@@ -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

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 687,
"InternalVersion" : 688,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "131.3.4"
}