From 62d83ebb16e5fa80344aff432937ece29f568470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=A3=E3=83=83=E3=83=97?= Date: Tue, 23 Dec 2025 10:10:45 +0100 Subject: [PATCH] enhance: increase the padding of the three buttons to make them easier to press and prevent two context menus from reopening --- .gitignore | 2 ++ src/Views/CommitMessageToolBox.axaml | 6 ++--- src/Views/CommitMessageToolBox.axaml.cs | 30 ++++++++++++++++++++++++- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e686a5342..3f386e233 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .vs/ .vscode/ .idea/ +# DevExpress CodeRush related files +.cr/ *.sln.docstates *.user diff --git a/src/Views/CommitMessageToolBox.axaml b/src/Views/CommitMessageToolBox.axaml index 590de7c9c..722827bf1 100644 --- a/src/Views/CommitMessageToolBox.axaml +++ b/src/Views/CommitMessageToolBox.axaml @@ -38,7 +38,7 @@