[SSE] Update FormatSettingsDialog layout.
This commit is contained in:
parent
4ac766e89c
commit
d2421fee96
|
@ -99,7 +99,8 @@ define([
|
||||||
'</tr>',
|
'</tr>',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td class="padding-small">',
|
'<td class="padding-small">',
|
||||||
'<label id="format-settings-label-example" style="max-width: 180px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">100</label>',
|
'<label style="color: #adadad; vertical-align: middle; margin-right: 3px;">' + me.txtSample + '</label>',
|
||||||
|
'<label id="format-settings-label-example" style="vertical-align: middle; max-width: 180px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">100</label>',
|
||||||
'</td>',
|
'</td>',
|
||||||
'</tr>',
|
'</tr>',
|
||||||
'<tr class="format-decimal">',
|
'<tr class="format-decimal">',
|
||||||
|
@ -478,7 +479,8 @@ define([
|
||||||
txtAs4: 'As fourths',
|
txtAs4: 'As fourths',
|
||||||
txtAs16: 'As sixteenths',
|
txtAs16: 'As sixteenths',
|
||||||
txtAs10: 'As tenths',
|
txtAs10: 'As tenths',
|
||||||
txtAs100: 'As hundredths'
|
txtAs100: 'As hundredths',
|
||||||
|
txtSample: 'Sample:'
|
||||||
|
|
||||||
|
|
||||||
}, SSE.Views.FormatSettingsDialog || {}))
|
}, SSE.Views.FormatSettingsDialog || {}))
|
||||||
|
|
Loading…
Reference in a new issue