From: joogab.yun Date: Mon, 20 Nov 2023 06:29:19 +0000 (+0900) Subject: [NUI] Change the default color of the border. X-Git-Tag: accepted/tizen/8.0/unified/20240613.065534~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83c7c85dfcc8d6c76690ec9e8a3be9f4d2b73c01;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Change the default color of the border. --- diff --git a/src/Tizen.NUI/src/public/Window/DefaultBorder.cs b/src/Tizen.NUI/src/public/Window/DefaultBorder.cs index b511283..691655c 100755 --- a/src/Tizen.NUI/src/public/Window/DefaultBorder.cs +++ b/src/Tizen.NUI/src/public/Window/DefaultBorder.cs @@ -46,8 +46,8 @@ namespace Tizen.NUI private const float DefaultHeight = 50; private const uint DefaultLineThickness = 5; private const uint DefaultTouchThickness = 0; - private static readonly Color DefaultBackgroundColor = new Color(1, 1, 1, 0.3f); - private static readonly Color DefaultClickedBackgroundColor = new Color(1, 1, 1, 0.4f); + private static readonly Color DefaultBackgroundColor = new Color(0.7f, 0.7f, 0.7f, 0.6f); + private static readonly Color DefaultClickedBackgroundColor = new Color(0.7f, 0.7f, 0.7f, 0.7f); private static readonly Size2D DefaultMinSize = new Size2D(100, 0); #endregion //Constant Fields