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.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;
|
||||||
|
|||||||
Reference in New Issue
Block a user