|
30 | 30 | <ListView.ToolTip> |
31 | 31 | <TextBlock> |
32 | 32 | You must restart Npp to update the menu commands. <LineBreak/> |
33 | | - Disabled algorithms will no be used.<LineBreak /> |
| 33 | + Disabled algorithms will not be used.<LineBreak /> |
34 | 34 | Enabled algorithms will be used for files with matching extension or for explicitly selected files (by using the menu). <LineBreak /> |
35 | | - If 'Try decompress all' is checked, files which extension does not match a enabled algorithm will still be decompressed if possiblem but only active algorithms are tried. <LineBreak/> |
36 | | - Using the toolbar icon or 'Toogle Compressedion' will switch through all active algorithms including the compression based on the extension even if not active. |
| 35 | + If 'Try decompress all' is checked, files whose extension does not match an enabled algorithm will still be decompressed if possible, but only active algorithms are tried. <LineBreak/> |
| 36 | + Using the toolbar icon or 'Toggle Compression' will switch through all active algorithms including the compression based on the extension even if not active. |
37 | 37 | </TextBlock> |
38 | 38 | </ListView.ToolTip> |
39 | 39 | <ListView.ItemContainerStyle> |
|
47 | 47 | </ListView.ItemContainerStyle> |
48 | 48 | <ListView.View> |
49 | 49 | <GridView AllowsColumnReorder="False"> |
50 | | - <GridViewColumn Header="Is Enabled"> |
| 50 | + <GridViewColumn Header="Is Enabled" Width="Auto"> |
51 | 51 | <GridViewColumn.CellTemplate> |
52 | 52 | <DataTemplate DataType="local:AlgEntry"> |
53 | 53 | <CheckBox IsChecked="{Binding IsEnabled}"> |
|
67 | 67 | </DataTemplate> |
68 | 68 | </GridViewColumn.CellTemplate> |
69 | 69 | </GridViewColumn> |
70 | | - <GridViewColumn Header="Is Active"> |
| 70 | + <GridViewColumn Header="Is Active" Width="Auto"> |
71 | 71 | <GridViewColumn.CellTemplate> |
72 | 72 | <DataTemplate DataType="local:AlgEntry"> |
73 | 73 | <CheckBox IsChecked="{Binding IsActive}"> |
|
0 commit comments