Commit a93a886

Nick Faro committed on
Resize table grid and row numbers when font size changes
commit a93a8860d7847fab5033d79795b3d358a1289141 parent 1001444
1 changed files +2−0
Modifiedtracker.pas +2−0
@@ -2195,7 +2195,9 @@ begin
2195 frmOptions.ShowModal; 2195 frmOptions.ShowModal;
2196 2196
2197 TrackerGrid.FontSize := TrackerSettings.PatternEditorFontSize; 2197 TrackerGrid.FontSize := TrackerSettings.PatternEditorFontSize;
2198 TableGrid.FontSize := TrackerSettings.PatternEditorFontSize;
2198 RowNumberStringGrid.DefaultRowHeight := TrackerGrid.RowHeight; 2199 RowNumberStringGrid.DefaultRowHeight := TrackerGrid.RowHeight;
2200 RowNumberStringGrid1.DefaultRowHeight := TrackerGrid.RowHeight;
2199 2201
2200 ScopesOn := TrackerSettings.UseScopes; 2202 ScopesOn := TrackerSettings.UseScopes;
2201 2203