File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ object DelphiAIDevChatView: TDelphiAIDevChatView
67
67
Ctl3D = True
68
68
Font.Charset = ANSI_CHARSET
69
69
Font.Color = clWindow
70
- Font.Height = -12
70
+ Font.Height = -13
71
71
Font.Name = ' Courier New'
72
72
Font.Style = []
73
73
Lines.Strings = (
@@ -109,7 +109,7 @@ object DelphiAIDevChatView: TDelphiAIDevChatView
109
109
Align = alClient
110
110
Font.Charset = DEFAULT_CHARSET
111
111
Font.Color = clWindowText
112
- Font.Height = -11
112
+ Font.Height = -13
113
113
Font.Name = ' Tahoma'
114
114
Font.Style = []
115
115
ParentFont = False
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ object DelphiAIDevDBChatView: TDelphiAIDevDBChatView
79
79
Ctl3D = True
80
80
Font.Charset = ANSI_CHARSET
81
81
Font.Color = clWindow
82
- Font.Height = -12
82
+ Font.Height = -13
83
83
Font.Name = ' Courier New'
84
84
Font.Style = []
85
85
Lines.Strings = (
@@ -108,12 +108,21 @@ object DelphiAIDevDBChatView: TDelphiAIDevDBChatView
108
108
Padding.Top = 5
109
109
ParentBackground = False
110
110
TabOrder = 0
111
+ object Label2: TLabel
112
+ Left = 0
113
+ Top = 5
114
+ Width = 938
115
+ Height = 17
116
+ Align = alTop
117
+ AutoSize = False
118
+ Caption = ' Question / prompt'
119
+ end
111
120
object mmQuestion: TMemo
112
121
AlignWithMargins = True
113
122
Left = 0
114
- Top = 5
123
+ Top = 22
115
124
Width = 938
116
- Height = 108
125
+ Height = 91
117
126
Hint = ' Insert question'
118
127
Margins.Left = 0
119
128
Margins.Top = 0
@@ -122,7 +131,7 @@ object DelphiAIDevDBChatView: TDelphiAIDevDBChatView
122
131
Align = alClient
123
132
Font.Charset = DEFAULT_CHARSET
124
133
Font.Color = clWindowText
125
- Font.Height = -11
134
+ Font.Height = -13
126
135
Font.Name = ' Tahoma'
127
136
Font.Style = []
128
137
ParentFont = False
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ TDelphiAIDevDBChatView = class(TDockableForm)
104
104
Label3: TLabel;
105
105
Ollama1: TMenuItem;
106
106
btnGenerateDatabaseReference: TButton;
107
+ Label2: TLabel;
107
108
procedure FormShow (Sender: TObject);
108
109
procedure cBoxSizeFontKeyPress (Sender: TObject; var Key: Char);
109
110
procedure Cut1Click (Sender: TObject);
You can’t perform that action at this time.
0 commit comments