Changeset 465 for trunk/NewView/GlobalSearchForm.pas
- Timestamp:
- Feb 22, 2023, 1:45:24 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 [Ee][Nn][Vv].[Ii][Nn][Cc] 2 *.[Bb][Aa][Kk]
-
- Property svn:ignore
-
trunk/NewView/GlobalSearchForm.pas
r392 r465 301 301 Procedure TGlobalSearchForm.GlobalSearchFormOnSetupShow (Sender: TObject); 302 302 Begin 303 ScaleForm( self, 11, 16 ); 303 ScaleForm( self, 8, 16 ); 304 // Fix scaling issues on some controls 305 if SearchTextLabel1.Top > (SearchLocationComboBox.Top + 2) then 306 SearchTextLabel1.Top := SearchLocationComboBox.Top + 2; 307 Bevel.Bottom := ClientHeight - ResultsLabel.Top + 4; 308 Led.Height := ResultsLabel.Height; 309 Led.Width := Led.Height; 310 Led.Top := ResultsLabel.Top; 311 304 312 SearchButton.Align := alFixedRightTop; 305 313
Note:
See TracChangeset
for help on using the changeset viewer.