mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 20:37:33 +00:00
fix
This commit is contained in:
+2
-2
@@ -1665,7 +1665,7 @@ begin
|
||||
PanelSep.BevelOuter := bvNone;
|
||||
PanelSep.ParentColor := False;
|
||||
PanelSep.Color := TColor($00606060);
|
||||
PanelSep.SetBounds(0, PanelToolbar.Height + 30, ClientWidth, 2);
|
||||
PanelSep.SetBounds(16, PanelToolbar.Height + 30, ClientWidth - 32, 2);
|
||||
|
||||
// Большой S-метр — на главной форме поверх двух панелей
|
||||
// S-метр: Parent=Self, перекрывает Toolbar+SpanButtons вертикально
|
||||
@@ -1941,7 +1941,7 @@ begin
|
||||
FreqTextW + VFO_FREQ_LEFT_PAD + VFO_FREQ_RIGHT_PAD, TOP_VFO_FREQ_H);
|
||||
|
||||
if PanelSep <> nil then
|
||||
PanelSep.SetBounds(0, PanelToolbar.Height + 30, ClientWidth, 2);
|
||||
PanelSep.SetBounds(16, PanelToolbar.Height + 30, ClientWidth - 32, 2);
|
||||
|
||||
PanelTopVfoGroup.BringToFront;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user