Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit adec21b

Browse files
committedJan 25, 2025
Update Version
1 parent 4e53a74 commit adec21b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
 

‎settings.dfm

+8-6
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ object frmSetting: TfrmSetting
187187
Left = 5
188188
Top = 5
189189
Width = 78
190-
Height = 78
190+
Height = -10
191191
Margins.Left = 5
192192
Margins.Top = 5
193193
Margins.Right = 5
@@ -219,26 +219,28 @@ object frmSetting: TfrmSetting
219219
end
220220
object ControlListButton1: TControlListButton
221221
AlignWithMargins = True
222-
Left = 545
222+
Left = -84
223223
Top = 25
224224
Width = 38
225-
Height = 38
225+
Height = -50
226226
Margins.Top = 25
227227
Margins.Bottom = 25
228228
Align = alRight
229229
Style = clbkToolButton
230+
ExplicitLeft = 545
230231
ExplicitHeight = 8
231232
end
232233
object ControlListButton2: TControlListButton
233234
AlignWithMargins = True
234-
Left = 589
235+
Left = -40
235236
Top = 25
236237
Width = 37
237-
Height = 38
238+
Height = -50
238239
Margins.Top = 25
239240
Margins.Bottom = 25
240241
Align = alRight
241242
Style = clbkToolButton
243+
ExplicitLeft = 589
242244
ExplicitHeight = 8
243245
end
244246
end
@@ -2855,7 +2857,7 @@ object frmSetting: TfrmSetting
28552857
Width = 437
28562858
Height = 182
28572859
Caption =
2858-
'AI Chatbar for Windows 10/11 v1.1.0. '#13#10' Description: Tool to int' +
2860+
'AI Chatbar for Windows 10/11 v1.2.0. '#13#10' Description: Tool to int' +
28592861
'eract withAI chat bots.'#13#10' Author: Victor Alberto Gil <vhanla> h' +
28602862
'ttps://codigobit.net'#13#10#13#10' Copyright Codigobit - All rights reserv' +
28612863
'ed.'#13#10#13#10'Part of the content included comes from:'#13#10' '#13#10#13#10#13#10'DISCLAIM' +

0 commit comments

Comments
 (0)
Please sign in to comment.