diff options
| author | Randy Morgan <[email protected]> | 2012-04-23 09:38:57 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-23 09:38:57 +0900 |
| commit | e044cfd495d8d7335b44b48d91f1f63be41dad26 (patch) | |
| tree | 03a61c0d1b07473e6f4b0a722e103add530ac6b1 /lib | |
| parent | 372fb7b2fe3408e8aab9b1b4ae5285aa98a8a945 (diff) | |
| parent | a86acda991fda771ebc41011f9d7895bf46c8c1d (diff) | |
| download | caxlsx-e044cfd495d8d7335b44b48d91f1f63be41dad26.tar.gz caxlsx-e044cfd495d8d7335b44b48d91f1f63be41dad26.zip | |
Merge branch 'master' of github.com:randym/axlsx
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/icon_set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/icon_set.rb b/lib/axlsx/workbook/worksheet/icon_set.rb index 7ec94088..68f217da 100644 --- a/lib/axlsx/workbook/worksheet/icon_set.rb +++ b/lib/axlsx/workbook/worksheet/icon_set.rb @@ -74,7 +74,7 @@ module Axlsx # I am keeping this private for now as I am not sure what impact changes to the required two cfvo objects will do. def initialize_value_objects @value_objects = SimpleTypedList.new Cfvo - @value_objects.concat [Cfvo.new(:type => :min, :val => 0), Cfvo.new(:type => :max, :val => 0)] + @value_objects.concat [Cfvo.new(:type => :percent, :val => 0), Cfvo.new(:type => :percent, :val => 33), Cfvo.new(:type => :percent, :val => 67)] @value_objects.lock end end |
