From fce783c314e3b5d06c540b742bc65477fd4cdb82 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Thu, 21 Jan 2016 21:03:54 +0100 Subject: [PATCH] Decrease indentation which allows us to show deeper backtraces with less space to the left. There is still work left to be done to have a nice GUI for deep backtraces, potentially by not increasing the indentation depth when the merged backtrace has no forks. --- gui/mainwindow.ui | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index d4dee41..9946b19 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -160,6 +160,9 @@ true + + 10 + true @@ -222,6 +225,9 @@ true + + 10 + true -- 2.7.4