[gnumeric] t3001: fix setting of column width
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] t3001: fix setting of column width
- Date: Thu, 19 Apr 2018 22:22:26 +0000 (UTC)
commit f4c5799967d5ddf623a86c008fee99625a5bf6d9
Author: Morten Welinder <terra gnome org>
Date: Wed Apr 18 22:04:30 2018 -0400
t3001: fix setting of column width
test/t3001-introspection-simple.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/t3001-introspection-simple.py b/test/t3001-introspection-simple.py
index dccefbf..ad07dd2 100755
--- a/test/t3001-introspection-simple.py
+++ b/test/t3001-introspection-simple.py
@@ -62,7 +62,7 @@ wb.recalc()
# Resize column A to fit values in it
pixels = sheet.col_size_fit_pixels(0,0,sheet.props.rows-1,1)
-sheet.col_set_size_pixels(0,pixels)
+sheet.col_set_size_pixels(0,pixels,1)
print("\nAs string:")
for i in range(7):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]