Skip to content

Commit

Permalink
[frameit] Add missing documentation for title_min_height option (#14651)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvirlet authored and janpio committed Apr 23, 2019
1 parent 34c30e1 commit 56f047f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/lib/fastlane/actions/docs/frame_screenshots.md
Expand Up @@ -130,6 +130,7 @@ The general parameters are defined in the `default` key and can be:
| `interline_spacing` | Specifies whether _frameit_ should add or subtract this many pixels between the individual lines of text. This only applies to a multi-line `title` and/or `keyword` to expand or squash together the individual lines of text. | `0` |
| `font_scale_factor` | Specifies whether _frameit_ should increase or decrease the font size of the text. | `0.1` |
| `frame` | Overrides the color of the frame to be used. (Valid values are `BLACK, `WHITE`, `GOLD` and `ROSE_GOLD`) | NA |
| `title_min_height` | Specifies a height always reserved for the title. Value can be a percentage of the height or an absolute value. The device will be placed below (or above) this area. Convenient to ensure the device top (or bottom) will be consistently placed at the same height on the different screenshots. | NA |

### Specific parameters

Expand Down Expand Up @@ -237,7 +238,7 @@ frameit(
path: "./fastlane/screenshots",
force_orientation_block: proc do |filename|
case filename
when "iPad Pro (12.9-inch)-01LoginScreen"
when "iPad Pro (12.9-inch)-01LoginScreen"
:landscape_right
when "iPhone 6 Plus-01LoginScreen"
:portrait
Expand Down

0 comments on commit 56f047f

Please sign in to comment.