diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1b7599d741..669fcc59ee6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -120,6 +120,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We fixed an issue where "Copy to" was enabled even if no other library was opened. [#13280](https://github.com/JabRef/jabref/pull/13280)
- We fixed an issue where the groups were still displayed after closing all libraries. [#13382](https://github.com/JabRef/jabref/issues/13382)
- Enhanced field selection logic in the Merge Entries dialog when fetching from DOI to prefer valid years and entry types. [#12549](https://github.com/JabRef/jabref/issues/12549)
+- We improved consistency in the Add Buttons. [#13791](https://github.com/JabRef/jabref/pull/13791)
- We fixed an issue where theme or font size are not respected for all dialogs [#13558](https://github.com/JabRef/jabref/issues/13558)
- We removed unnecessary spacing and margin in the AutomaticFieldEditor. [#13792](https://github.com/JabRef/jabref/pull/13792)
diff --git a/jabgui/src/main/java/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.java b/jabgui/src/main/java/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.java
index 12dcd20777f..557f961d424 100644
--- a/jabgui/src/main/java/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.java
+++ b/jabgui/src/main/java/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.java
@@ -32,7 +32,6 @@
import jakarta.inject.Inject;
public class SaveOrderConfigPanel extends VBox {
-
@FXML private RadioButton exportInSpecifiedOrder;
@FXML private RadioButton exportInTableOrder;
@FXML private RadioButton exportInOriginalOrder;
diff --git a/jabgui/src/main/resources/org/jabref/gui/Base.css b/jabgui/src/main/resources/org/jabref/gui/Base.css
index 62f0ddf5534..1b8f1addc08 100644
--- a/jabgui/src/main/resources/org/jabref/gui/Base.css
+++ b/jabgui/src/main/resources/org/jabref/gui/Base.css
@@ -2710,6 +2710,10 @@ journalInfo .grid-cell-b {
-fx-border-color: transparent;
}
+.add-certificate {
+ -fx-pref-width: 17em;
+ -fx-min-width: 17em;
+}
/* Quick Settings */
.quick-settings-container,
diff --git a/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/FieldFormatterCleanupsPanel.fxml b/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/FieldFormatterCleanupsPanel.fxml
index 38370163c1b..fce40ac6317 100644
--- a/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/FieldFormatterCleanupsPanel.fxml
+++ b/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/FieldFormatterCleanupsPanel.fxml
@@ -11,8 +11,8 @@
+ xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1"
+ fx:controller="org.jabref.gui.commonfxcontrols.FieldFormatterCleanupsPanel">
diff --git a/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.fxml b/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.fxml
index c23fde51d2f..01a277628ba 100644
--- a/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.fxml
+++ b/jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/SaveOrderConfigPanel.fxml
@@ -8,6 +8,7 @@
+
-
@@ -35,13 +36,14 @@
-
+
+
+
diff --git a/jabgui/src/main/resources/org/jabref/gui/libraryproperties/constants/ConstantsProperties.fxml b/jabgui/src/main/resources/org/jabref/gui/libraryproperties/constants/ConstantsProperties.fxml
index c7a68892389..0ea11f1d4c9 100644
--- a/jabgui/src/main/resources/org/jabref/gui/libraryproperties/constants/ConstantsProperties.fxml
+++ b/jabgui/src/main/resources/org/jabref/gui/libraryproperties/constants/ConstantsProperties.fxml
@@ -11,40 +11,36 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jabgui/src/main/resources/org/jabref/gui/libraryproperties/keypattern/KeyPatternProperties.fxml b/jabgui/src/main/resources/org/jabref/gui/libraryproperties/keypattern/KeyPatternProperties.fxml
index 8fc959d4cd6..6004240b2e1 100644
--- a/jabgui/src/main/resources/org/jabref/gui/libraryproperties/keypattern/KeyPatternProperties.fxml
+++ b/jabgui/src/main/resources/org/jabref/gui/libraryproperties/keypattern/KeyPatternProperties.fxml
@@ -4,16 +4,14 @@
-
-
+
-
-
+
diff --git a/jabgui/src/main/resources/org/jabref/gui/libraryproperties/saving/SavingProperties.fxml b/jabgui/src/main/resources/org/jabref/gui/libraryproperties/saving/SavingProperties.fxml
index 5775cea3d94..03d828fb2ec 100644
--- a/jabgui/src/main/resources/org/jabref/gui/libraryproperties/saving/SavingProperties.fxml
+++ b/jabgui/src/main/resources/org/jabref/gui/libraryproperties/saving/SavingProperties.fxml
@@ -1,5 +1,6 @@
+
@@ -13,8 +14,11 @@
text="%Refuse to save the library before external changes have been reviewed."/>
-
+
-
+
+
+
+
diff --git a/jabgui/src/main/resources/org/jabref/gui/preferences/network/NetworkTab.fxml b/jabgui/src/main/resources/org/jabref/gui/preferences/network/NetworkTab.fxml
index 2d235717ef5..01a70fd72ec 100644
--- a/jabgui/src/main/resources/org/jabref/gui/preferences/network/NetworkTab.fxml
+++ b/jabgui/src/main/resources/org/jabref/gui/preferences/network/NetworkTab.fxml
@@ -137,7 +137,8 @@
-
+
diff --git a/jablib/src/main/resources/l10n/JabRef_en.properties b/jablib/src/main/resources/l10n/JabRef_en.properties
index 9d265722a83..b6a23a166a6 100644
--- a/jablib/src/main/resources/l10n/JabRef_en.properties
+++ b/jablib/src/main/resources/l10n/JabRef_en.properties
@@ -2580,7 +2580,7 @@ Symmetric\ word\ by\ word=Symmetric word by word
Verbatim=Verbatim
Word\ by\ word=Word by word
-Add\ certificate=Add certificate
+Browse\ for\ certificate...=Browse for certificate...
Serial\ number=Serial number
Issuer=Issuer
Valid\ from=Valid from