blob: f06afa2bd95400bfd7fa4d47fac63226eea1c23f [file] [log] [blame]
<style include="print-preview-shared md-select">
</style>
<print-preview-settings-section>
<span id="margins-label" slot="title">$i18n{marginsLabel}</span>
<div slot="controls">
<select class="md-select" aria-labelledby="margins-label"
disabled$="[[marginsDisabled_]]"
value="{{selectedValue::change}}">
<!-- The order of these options must match the natural order of their
values, which come from MarginsType. -->
<option value="[[MarginsTypeEnum.DEFAULT]]" selected>
$i18n{defaultMargins}
</option>
<option value="[[MarginsTypeEnum.NO_MARGINS]]">
$i18n{noMargins}
</option>
<option value="[[MarginsTypeEnum.MINIMUM]]">
$i18n{minimumMargins}
</option>
<option value="[[MarginsTypeEnum.CUSTOM]]">
$i18n{customMargins}
</option>
</select>
</div>
</print-preview-settings-section>