From cd90cfde6ad1d1aa551a6a0575b589461d21b630 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 20 Jun 1997 10:07:51 +0000 Subject: [PATCH] Accorciato sheet per far posto all'eventuale scroll bar orizzontale git-svn-id: svn://10.65.10.50/trunk@4728 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/sheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sheet.cpp b/include/sheet.cpp index 7f99079ea..60ef7b58e 100755 --- a/include/sheet.cpp +++ b/include/sheet.cpp @@ -921,7 +921,7 @@ TSheet::TSheet(short x, short y, short dx, short dy, _parked(-1), _sheet(NULL), _select_row(-1) { TQuery_field* qf = new TQuery_field(this); - qf->construct(30883, head, 1, sht_y, sht_y == 0 ? -3 : -2, win(), "", -1); + qf->construct(30883, head, 1, sht_y, -3, win(), "", -1); fields_array().add(qf); _sheet = qf->sheet();