This is an automated email from the ASF dual-hosted git repository.
skygo 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 f8492d1 Fix macOS QuickSearch toolbar position
new 7aa035f Merge pull request #2145 from
hectorespert/fix_macos_search_toolbar_position
f8492d1 is described below
commit f8492d12102917b2b2e909b904b3267537663c8f
Author: Hector Espert <[email protected]>
AuthorDate: Sun May 17 15:58:00 2020 +0200
Fix macOS QuickSearch toolbar position
---
platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml
b/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml
index 148c2f4..9d435d3 100644
--- a/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml
+++ b/platform/applemenu/src/org/netbeans/modules/applemenu/layer.xml
@@ -98,7 +98,7 @@
<!-- quick search enabled for ide in toolbar by default -->
<folder name="QuickSearch">
<attr name="displayName"
bundlevalue="org.netbeans.modules.applemenu.Bundle#Toolbars/QuickSearch"/>
- <attr name="position" intvalue="700"/>
+ <attr name="position" intvalue="710"/>
<file
name="org-netbeans-modules-quicksearch-QuickSearchAction.shadow">
<attr name="originalFile"
stringvalue="Actions/Edit/org-netbeans-modules-quicksearch-QuickSearchAction.instance"/>
<attr name="position" intvalue="250"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists