From beb651fb053bd322d10471fb8dca9ab711a2147f Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Thu, 8 Jun 2023 15:38:48 +0800 Subject: [PATCH] Fix colouring of NCRadioButton Signed-off-by: Claudio Cambra --- src/gui/filedetails/NCRadioButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/filedetails/NCRadioButton.qml b/src/gui/filedetails/NCRadioButton.qml index 4fa1a9057..52e12d796 100644 --- a/src/gui/filedetails/NCRadioButton.qml +++ b/src/gui/filedetails/NCRadioButton.qml @@ -30,6 +30,7 @@ RadioButton { anchors.left: parent.left anchors.leftMargin: Style.radioButtonCustomMarginLeftOuter radius: root.radius + color: palette.base border.color: palette.dark border.width: Style.normalBorderWidth