From 28427daeab3cfb3fb8543f1a99600da265d1db0b Mon Sep 17 00:00:00 2001 From: weisj Date: Tue, 28 Apr 2020 18:53:39 +0200 Subject: [PATCH] Adjusted icon offset for chackbox and radiobutton. --- .../com/github/weisj/darklaf/properties/ui/checkBox.properties | 2 +- .../github/weisj/darklaf/properties/ui/radioButton.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties index 350755fd..78e519b4 100644 --- a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties +++ b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties @@ -38,7 +38,7 @@ CheckBox.selectionFocusSelectedColor = %controlFillFocus CheckBox.arc = %arcSecondary CheckBox.borderThickness = %borderThickness CheckBox.borderInsets = 4,4,4,4 -CheckBox.iconBaselineOffset = 2 +CheckBox.iconBaselineOffset = 1 #Icons CheckBox.icon = {control/checkBox.svg[themed](19,19);\ diff --git a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties index 151e109d..73f53204 100644 --- a/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties +++ b/core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties @@ -38,7 +38,7 @@ RadioButton.activeBorderColor = %controlBorder RadioButton.inactiveBorderColor = %controlBorderDisabled RadioButton.borderInsets = 4,4,4,4 -RadioButton.iconBaselineOffset = 1 +RadioButton.iconBaselineOffset = 0 #Icons RadioButton.icon = {control/radio.svg[themed](19,19);\