We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09d1d4 commit dcddc5aCopy full SHA for dcddc5a
src/Views/WorkingCopy.axaml
@@ -185,15 +185,15 @@
185
<Button Grid.Column="1"
186
Classes="icon_button"
187
Width="32"
188
- Margin="4,0,0,0"
+ Margin="4,2,0,0"
189
Click="OnOpenAIAssist"
190
ToolTip.Tip="{DynamicResource Text.AIAssistant.Tip}">
191
- <Path Width="14" Height="14" Data="{StaticResource Icons.AIAssist}"/>
+ <Path Width="15" Height="15" Data="{StaticResource Icons.AIAssist}"/>
192
</Button>
193
194
<CheckBox Grid.Column="2"
195
Height="24"
196
- Margin="8,0,0,0"
+ Margin="4,0,0,0"
197
HorizontalAlignment="Left"
198
IsChecked="{Binding AutoStageBeforeCommit, Mode=TwoWay}"
199
Content="{DynamicResource Text.WorkingCopy.AutoStage}"/>
0 commit comments