Improve transfer pane icon

This commit is contained in:
crschnick 2024-02-29 15:38:20 +00:00
parent a9e00e8bc9
commit 2cda040274

View file

@ -69,7 +69,7 @@ public class BrowserTransferComp extends SimpleComp {
var dragNotice = new LabelComp(model.getAllDownloaded()
.flatMap(aBoolean ->
aBoolean ? AppI18n.observable("dragLocalFiles") : AppI18n.observable("dragFiles")))
.apply(struc -> struc.get().setGraphic(new FontIcon("mdi2e-export")))
.apply(struc -> struc.get().setGraphic(new FontIcon("mdi2h-hand-left")))
.hide(PlatformThread.sync(BindingsHelper.persist(Bindings.isEmpty(model.getItems()))))
.grow(true, false)
.apply(struc -> struc.get().setPadding(new Insets(8)));