|
174 | 174 | <v:CommitMessageTextBox Grid.Row="2" Text="{Binding CommitMessage, Mode=TwoWay}"/> |
175 | 175 |
|
176 | 176 | <!-- Commit Options --> |
177 | | - <Grid Grid.Row="3" Margin="0,6,0,0" ColumnDefinitions="Auto,Auto,*,Auto,Auto,Auto"> |
| 177 | + <Grid Grid.Row="3" Margin="0,6,0,0" ColumnDefinitions="Auto,Auto,Auto,*,Auto,Auto,Auto"> |
178 | 178 | <Button Grid.Column="0" |
179 | 179 | Classes="icon_button" |
180 | 180 | Width="14" Height="14" |
|
184 | 184 | </Button> |
185 | 185 |
|
186 | 186 | <CheckBox Grid.Column="1" |
| 187 | + Height="24" |
| 188 | + Margin="12,0,0,0" |
| 189 | + HorizontalAlignment="Left" |
| 190 | + IsChecked="{Binding AutoStageBeforeCommit, Mode=TwoWay}" |
| 191 | + Content="{DynamicResource Text.WorkingCopy.AutoStage}" |
| 192 | + ToolTip.Tip="{DynamicResource Text.WorkingCopy.AutoStage.Tip}"/> |
| 193 | + |
| 194 | + <CheckBox Grid.Column="2" |
187 | 195 | Height="24" |
188 | 196 | Margin="12,0,0,0" |
189 | 197 | HorizontalAlignment="Left" |
190 | 198 | IsChecked="{Binding UseAmend, Mode=TwoWay}" |
191 | 199 | Content="{DynamicResource Text.WorkingCopy.Amend}"/> |
192 | 200 |
|
193 | | - <v:LoadingIcon Grid.Column="3" Width="18" Height="18" IsVisible="{Binding IsCommitting}"/> |
| 201 | + <v:LoadingIcon Grid.Column="4" Width="18" Height="18" IsVisible="{Binding IsCommitting}"/> |
194 | 202 |
|
195 | | - <Button Grid.Column="4" |
| 203 | + <Button Grid.Column="5" |
196 | 204 | Classes="flat primary" |
197 | 205 | Content="{DynamicResource Text.WorkingCopy.Commit}" |
198 | 206 | Height="28" |
|
202 | 210 | HotKey="{OnPlatform Ctrl+Enter, macOS=⌘+Enter}" |
203 | 211 | ToolTip.Tip="{OnPlatform Ctrl+Enter, macOS=⌘+Enter}"/> |
204 | 212 |
|
205 | | - <Button Grid.Column="5" |
| 213 | + <Button Grid.Column="6" |
206 | 214 | Classes="flat" |
207 | 215 | Content="{DynamicResource Text.WorkingCopy.CommitAndPush}" |
208 | 216 | Height="28" |
|
0 commit comments