From ea634ae88f5e402f7abbaa326ce73f3f76cbd22b Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 17 Nov 2017 05:22:05 +0100 Subject: [PATCH] nothing --- src/ce_gdb.lfm | 8 +++----- src/ce_gdb.pas | 2 -- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/ce_gdb.lfm b/src/ce_gdb.lfm index 79bf16e0..8e4e6aa7 100644 --- a/src/ce_gdb.lfm +++ b/src/ce_gdb.lfm @@ -219,16 +219,14 @@ inherited CEGdbWidget: TCEGdbWidget Width = 515 Align = alClient AutoSort = False - AutoWidthLastColumn = True Columns = < item Caption = 'function' - Width = 1 + Width = 200 end item - AutoSize = True Caption = 'address' - Width = 67 + Width = 40 end item Caption = 'filename' @@ -236,7 +234,7 @@ inherited CEGdbWidget: TCEGdbWidget end item Caption = 'line' - Width = 345 + Width = 253 end> GridLines = True ReadOnly = True diff --git a/src/ce_gdb.pas b/src/ce_gdb.pas index 71ade3fa..5568b3dc 100644 --- a/src/ce_gdb.pas +++ b/src/ce_gdb.pas @@ -1478,8 +1478,6 @@ begin end; procedure TCEGdbWidget.waitCommandProcessed; -var - i: integer = 0; begin while not fCommandProcessed do application.ProcessMessages;