diff --git a/applications/lazstacktrace/lazstacktrace.lpi b/applications/lazstacktrace/lazstacktrace.lpi
index 2248881e9..9e501e64d 100644
--- a/applications/lazstacktrace/lazstacktrace.lpi
+++ b/applications/lazstacktrace/lazstacktrace.lpi
@@ -3,11 +3,11 @@
+
-
@@ -15,7 +15,7 @@
-
+
@@ -34,12 +34,11 @@
-
+
-
@@ -47,157 +46,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -216,6 +66,9 @@
+
+
+
diff --git a/applications/lazstacktrace/mainform.lfm b/applications/lazstacktrace/mainform.lfm
index f5e765a28..27717e8c1 100644
--- a/applications/lazstacktrace/mainform.lfm
+++ b/applications/lazstacktrace/mainform.lfm
@@ -53,12 +53,13 @@ object Form1: TForm1
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 8
- Height = 260
- Top = 143
+ Height = 259
+ Top = 144
Width = 387
- Anchors = [akLeft, akRight, akBottom]
+ Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 5
BorderSpacing.Bottom = 44
+ ScrollBars = ssAutoBoth
TabOrder = 1
end
object buttonResolveSymbols: TButton