-
-
-
- {#each rowSizeOptions as option}
- changeRowHeight(option.size)}
- >
- {option.label}
-
- {/each}
-
-
-
-
+
+
+ Size
+
+
+
- {#each columnSizeOptions as option}
- columns.actions.changeAllColumnWidths(option.size)}
- selected={option.selected}
- >
- {option.label}
-
- {/each}
- {#if custom}
- Custom
- {/if}
-
+
+
+
-
+
+ {#each rowSizeOptions as option}
+ changeRowHeight(option.size)}
+ >
+ {option.label}
+
+ {/each}
+
+
+
+ {#each columnSizeOptions as option}
+ columns.actions.changeAllColumnWidths(option.size)}
+ selected={option.selected}
+ >
+ {option.label}
+
+ {/each}
+ {#if custom}
+ Custom
+ {/if}
+
+