Skip to content
Snippets Groups Projects
Commit 513715f0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Change the height of the horizontal splitter to the minimum (1 pixel)

I don't know why this was set so wide (10 pixels), but that did help to easily
see that it was being placed in the wrong spot in the form (between the tool
button bar and the top panel). But we don't need it to be that thick. 1 pixel
is still enough to be able to grab it with the mouse and resize the top/bottom
panels.
parent 89637f0d
No related branches found
No related tags found
No related merge requests found
Pipeline #6602 passed
......@@ -51,7 +51,7 @@ object MainForm: TMainForm
Left = 0
Top = 164
Width = 777
Height = 10
Height = 1
Cursor = crVSplit
Align = alTop
Beveled = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment