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

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new eb4a21f69d wrong style on toolbar in vfsDialog, fixes #6337 (#6338)
eb4a21f69d is described below

commit eb4a21f69dd2041b447e55bf17dba37948b04d5a
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Jan 11 22:04:29 2026 +0100

    wrong style on toolbar in vfsDialog, fixes #6337 (#6338)
---
 ui/src/main/java/org/apache/hop/ui/core/vfs/HopVfsFileDialog.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/java/org/apache/hop/ui/core/vfs/HopVfsFileDialog.java 
b/ui/src/main/java/org/apache/hop/ui/core/vfs/HopVfsFileDialog.java
index 1e7d805ba3..c1ddb372ef 100644
--- a/ui/src/main/java/org/apache/hop/ui/core/vfs/HopVfsFileDialog.java
+++ b/ui/src/main/java/org/apache/hop/ui/core/vfs/HopVfsFileDialog.java
@@ -323,7 +323,7 @@ public class HopVfsFileDialog implements IFileDialog, 
IDirectoryDialog {
     // A toolbar above the browser, below the filename
     ToolBar navigateToolBar = new ToolBar(navigateComposite, SWT.LEFT | 
SWT.HORIZONTAL);
     navigateToolBar.setLayoutData(new GridData(SWT.LEFT, SWT.FILL, false, 
true));
-    PropsUi.setLook(navigateToolBar, Props.WIDGET_STYLE_DEFAULT);
+    PropsUi.setLook(navigateToolBar, Props.WIDGET_STYLE_TOOLBAR);
 
     navigateToolbarWidgets = new GuiToolbarWidgets();
     navigateToolbarWidgets.registerGuiPluginObject(this);

Reply via email to