This commit is contained in:
2026-04-30 10:47:11 +03:00
parent fdc48266eb
commit e9d6b70de9
+2 -2
View File
@@ -1665,7 +1665,7 @@ begin
PanelSep.BevelOuter := bvNone; PanelSep.BevelOuter := bvNone;
PanelSep.ParentColor := False; PanelSep.ParentColor := False;
PanelSep.Color := TColor($00606060); PanelSep.Color := TColor($00606060);
PanelSep.SetBounds(0, PanelToolbar.Height + 30, ClientWidth, 2); PanelSep.SetBounds(16, PanelToolbar.Height + 30, ClientWidth - 32, 2);
// Большой S-метр — на главной форме поверх двух панелей // Большой S-метр — на главной форме поверх двух панелей
// S-метр: Parent=Self, перекрывает Toolbar+SpanButtons вертикально // S-метр: Parent=Self, перекрывает Toolbar+SpanButtons вертикально
@@ -1941,7 +1941,7 @@ begin
FreqTextW + VFO_FREQ_LEFT_PAD + VFO_FREQ_RIGHT_PAD, TOP_VFO_FREQ_H); FreqTextW + VFO_FREQ_LEFT_PAD + VFO_FREQ_RIGHT_PAD, TOP_VFO_FREQ_H);
if PanelSep <> nil then if PanelSep <> nil then
PanelSep.SetBounds(0, PanelToolbar.Height + 30, ClientWidth, 2); PanelSep.SetBounds(16, PanelToolbar.Height + 30, ClientWidth - 32, 2);
PanelTopVfoGroup.BringToFront; PanelTopVfoGroup.BringToFront;
end; end;