|
41 | 41 | VerticalAlignment="Center" |
42 | 42 | HorizontalAlignment="Right"> |
43 | 43 | <CheckBox IsChecked="{Binding AutoRefreshEnabled}" |
44 | | - Content="{x:Static localization:Strings.AutomaticallyUpdateEvery}" Margin="0,0,10,0" /> |
45 | | - <ComboBox ItemsSource="{Binding AutoRefreshTimes}" SelectedItem="{Binding SelectedAutoRefreshTime}" |
46 | | - MinWidth="150" Margin="0,0,10,0"> |
| 44 | + Content="{x:Static localization:Strings.AutomaticallyUpdateEvery}" |
| 45 | + Margin="0,0,10,0" /> |
| 46 | + <ComboBox ItemsSource="{Binding AutoRefreshTimes}" |
| 47 | + SelectedItem="{Binding SelectedAutoRefreshTime}" |
| 48 | + MinWidth="150" |
| 49 | + Margin="0,0,10,0"> |
47 | 50 | <ComboBox.ItemTemplate> |
48 | 51 | <DataTemplate DataType="utilities:AutoRefreshTimeInfo"> |
49 | 52 | <TextBlock> |
|
58 | 61 | </DataTemplate> |
59 | 62 | </ComboBox.ItemTemplate> |
60 | 63 | </ComboBox> |
61 | | - <Button Width="{Binding RelativeSource={RelativeSource Mode=Self}, Path=ActualHeight}" |
62 | | - Height="{Binding ElementName=ComboBoxAdapters, Path=ActualHeight}" |
63 | | - Command="{Binding Path=RefreshCommand}" |
| 64 | + <Button Command="{Binding Path=RefreshCommand}" |
64 | 65 | Style="{StaticResource CleanButton}" |
65 | 66 | Margin="0,0,10,0"> |
66 | 67 | <Rectangle Width="24" Height="24" |
|
85 | 86 | </Rectangle.Style> |
86 | 87 | </Rectangle> |
87 | 88 | </Button> |
88 | | - <TextBox Width="250" Text="{Binding Path=Search, UpdateSourceTrigger=PropertyChanged}" |
| 89 | + <TextBox Width="250" |
| 90 | + Text="{Binding Path=Search, UpdateSourceTrigger=PropertyChanged}" |
89 | 91 | Style="{StaticResource ResourceKey=SearchTextBox}" /> |
90 | 92 | </StackPanel> |
91 | 93 | <controls:MultiSelectDataGrid x:Name="DataGridArpTable" |
|
199 | 201 | <ColumnDefinition Width="10" /> |
200 | 202 | <ColumnDefinition Width="*" /> |
201 | 203 | </Grid.ColumnDefinitions> |
202 | | - |
203 | 204 | <WrapPanel Grid.Column="0" Grid.Row="0" |
204 | | - Orientation="Horizontal" VerticalAlignment="Center" |
| 205 | + Orientation="Horizontal" |
| 206 | + VerticalAlignment="Center" |
205 | 207 | HorizontalAlignment="Left"> |
206 | 208 | <Button Command="{Binding DeleteTableCommand}" Style="{StaticResource ImageWithTextButton}"> |
207 | 209 | <Grid> |
|
0 commit comments