mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
fix(windows): fix caution image allignment metered
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
connection.
This commit is contained in:
parent
c32f731978
commit
ffd45e1394
1 changed files with 2 additions and 1 deletions
|
|
@ -184,12 +184,13 @@ object frmStartInstall: TfrmStartInstall
|
|||
ParentColor = False
|
||||
ParentFont = False
|
||||
Transparent = False
|
||||
Layout = tlCenter
|
||||
Visible = False
|
||||
WordWrap = True
|
||||
end
|
||||
object imgCaution: TImage
|
||||
Left = 32
|
||||
Top = 240
|
||||
Top = 245
|
||||
Width = 38
|
||||
Height = 38
|
||||
Picture.Data = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue