mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
-Changed from AutoFit to DataFit for better visibility of cell content (#10278)
This commit is contained in:
@@ -32,7 +32,7 @@ export class ProsePreviewPage extends ImportPage {
|
|||||||
this.table = this.view.modelBuilder.table().withProperties<azdata.TableComponentProperties>({
|
this.table = this.view.modelBuilder.table().withProperties<azdata.TableComponentProperties>({
|
||||||
data: undefined,
|
data: undefined,
|
||||||
columns: undefined,
|
columns: undefined,
|
||||||
forceFitColumns: azdata.ColumnSizingMode.AutoFit
|
forceFitColumns: azdata.ColumnSizingMode.DataFit
|
||||||
}).component();
|
}).component();
|
||||||
this.refresh = this.view.modelBuilder.button().withProperties({
|
this.refresh = this.view.modelBuilder.button().withProperties({
|
||||||
label: localize('flatFileImport.refresh', "Refresh"),
|
label: localize('flatFileImport.refresh', "Refresh"),
|
||||||
|
|||||||
Reference in New Issue
Block a user