You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2020/01/13 04:15:13 UTC

[netbeans] branch master updated: [NETBEANS-3428] Fix the border of QuickSearch

This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f53d8a  [NETBEANS-3428] Fix the border of QuickSearch
9f53d8a is described below

commit 9f53d8a54714efb3dbb7a29f3398ea376f5cdec2
Author: Laszlo Kishalmi <la...@gmail.com>
AuthorDate: Sun Jan 12 16:09:28 2020 -0800

    [NETBEANS-3428] Fix the border of QuickSearch
---
 .../src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties              | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
index d52c6a6..f33bb95 100644
--- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
+++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
@@ -91,3 +91,6 @@ nb.core.ui.balloon.mouseOverGradientStartColor=$ToolTip.background
 nb.core.ui.balloon.mouseOverGradientFinishColor=$ToolTip.background
 nb.core.ui.balloon.defaultGradientStartColor=$ToolTip.background
 nb.core.ui.balloon.defaultGradientFinishColor=$ToolTip.background
+
+# QuickSearch
+nb.quicksearch.border=1,1,1,1,@background


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists