[SSE] Refactoring data validation dialog
This commit is contained in:
parent
abd5e91ed3
commit
1d632aa2ad
|
@ -1,6 +1,6 @@
|
|||
<div id="id-data-validation-settings" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<div id="id-data-validation-settings" class="settings-panel active" style="height: 100%;">
|
||||
<div class="inner-content" style="height: 100%;">
|
||||
<table cols="2" style="width: 100%;height: 100%;">
|
||||
<tr>
|
||||
<td class="padding-small" style="padding-right: 5px;">
|
||||
<label class="input-label"><%= scope.textAllow %></label>
|
||||
|
@ -37,8 +37,8 @@
|
|||
<div id="data-validation-txt-source"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<tr style="height: 100%;vertical-align: bottom;">
|
||||
<td colspan=2 style="padding-bottom: 20px;">
|
||||
<div id="data-validation-ch-apply"></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -51,7 +51,7 @@ define([ 'text!spreadsheeteditor/main/app/template/DataValidationDialog.templ
|
|||
SSE.Views.DataValidationDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
|
||||
options: {
|
||||
contentWidth: 320,
|
||||
height: 350,
|
||||
height: 330,
|
||||
toggleGroup: 'data-validation-group',
|
||||
storageName: 'sse-data-validation-category'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue