From ac842298f7972fb8026ca85961318d3ee0aebb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 9 Jun 2017 14:35:39 +0800 Subject: [PATCH] Adjusted the widths of the columns of predicted CPs. --- PokemonGoIV/2Report.vb | 2 +- oxt/PokemonGoIV/2Report.xba | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PokemonGoIV/2Report.vb b/PokemonGoIV/2Report.vb index 05951de..692942c 100644 --- a/PokemonGoIV/2Report.vb +++ b/PokemonGoIV/2Report.vb @@ -241,7 +241,7 @@ Sub subCreateReport ( _ oColumns.getByIndex (9).setPropertyValue ("Width", 1030) For nJ = nLeadCols To nTotalCols - 1 oColumns.getByIndex (nJ).setPropertyValue ( _ - "Width", 2810) + "Width", 2500) Next nJ oRows = oSheet.getRows oRows.getByIndex (0).setPropertyValue ("OptimalHeight", True) diff --git a/oxt/PokemonGoIV/2Report.xba b/oxt/PokemonGoIV/2Report.xba index 4e182f1..32e0d18 100644 --- a/oxt/PokemonGoIV/2Report.xba +++ b/oxt/PokemonGoIV/2Report.xba @@ -243,7 +243,7 @@ Sub subCreateReport ( _ oColumns.getByIndex (9).setPropertyValue ("Width", 1030) For nJ = nLeadCols To nTotalCols - 1 oColumns.getByIndex (nJ).setPropertyValue ( _ - "Width", 2810) + "Width", 2500) Next nJ oRows = oSheet.getRows oRows.getByIndex (0).setPropertyValue ("OptimalHeight", True)