mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-26 04:47:35 +00:00
fix(ui): close DMR step panel layout gap
This commit is contained in:
+5
-1
@@ -7325,7 +7325,11 @@ begin
|
|||||||
if PanelBands = nil then Exit;
|
if PanelBands = nil then Exit;
|
||||||
Y := PanelBands.Top + PanelBands.Height + 2;
|
Y := PanelBands.Top + PanelBands.Height + 2;
|
||||||
PanelMode.Top := Y; Y := Y + PanelMode.Height + 2;
|
PanelMode.Top := Y; Y := Y + PanelMode.Height + 2;
|
||||||
PanelFilter.Top := Y; Y := Y + PanelFilter.Height + 2;
|
if PanelFilter.Visible then
|
||||||
|
begin
|
||||||
|
PanelFilter.Top := Y;
|
||||||
|
Y := Y + PanelFilter.Height + 2;
|
||||||
|
end;
|
||||||
if (PanelFMStep <> nil) and PanelFMStep.Visible then
|
if (PanelFMStep <> nil) and PanelFMStep.Visible then
|
||||||
begin
|
begin
|
||||||
PanelFMStep.Top := Y; Y := Y + PanelFMStep.Height + 2;
|
PanelFMStep.Top := Y; Y := Y + PanelFMStep.Height + 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user