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
6767 Ctl3D = True
6868 Font.Charset = ANSI_CHARSET
6969 Font.Color = clWindow
70- Font.Height = -12
70+ Font.Height = -13
7171 Font.Name = ' Courier New'
7272 Font.Style = []
7373 Lines.Strings = (
@@ -109,7 +109,7 @@ object DelphiAIDevChatView: TDelphiAIDevChatView
109109 Align = alClient
110110 Font.Charset = DEFAULT_CHARSET
111111 Font.Color = clWindowText
112- Font.Height = -11
112+ Font.Height = -13
113113 Font.Name = ' Tahoma'
114114 Font.Style = []
115115 ParentFont = False
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ object DelphiAIDevDBChatView: TDelphiAIDevDBChatView
7979 Ctl3D = True
8080 Font.Charset = ANSI_CHARSET
8181 Font.Color = clWindow
82- Font.Height = -12
82+ Font.Height = -13
8383 Font.Name = ' Courier New'
8484 Font.Style = []
8585 Lines.Strings = (
@@ -108,12 +108,21 @@ object DelphiAIDevDBChatView: TDelphiAIDevDBChatView
108108 Padding.Top = 5
109109 ParentBackground = False
110110 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
111120 object mmQuestion: TMemo
112121 AlignWithMargins = True
113122 Left = 0
114- Top = 5
123+ Top = 22
115124 Width = 938
116- Height = 108
125+ Height = 91
117126 Hint = ' Insert question'
118127 Margins.Left = 0
119128 Margins.Top = 0
@@ -122,7 +131,7 @@ object DelphiAIDevDBChatView: TDelphiAIDevDBChatView
122131 Align = alClient
123132 Font.Charset = DEFAULT_CHARSET
124133 Font.Color = clWindowText
125- Font.Height = -11
134+ Font.Height = -13
126135 Font.Name = ' Tahoma'
127136 Font.Style = []
128137 ParentFont = False
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ TDelphiAIDevDBChatView = class(TDockableForm)
104104 Label3: TLabel;
105105 Ollama1: TMenuItem;
106106 btnGenerateDatabaseReference: TButton;
107+ Label2: TLabel;
107108 procedure FormShow (Sender: TObject);
108109 procedure cBoxSizeFontKeyPress (Sender: TObject; var Key: Char);
109110 procedure Cut1Click (Sender: TObject);
You can’t perform that action at this time.
0 commit comments