mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-26 02:15:47 +00:00
Improve terminal dock handling
This commit is contained in:
@@ -122,7 +122,7 @@ public class TerminalDockComp extends SimpleComp {
|
||||
var hide = new EventHandler<WindowEvent>() {
|
||||
@Override
|
||||
public void handle(WindowEvent event) {
|
||||
update(stack);
|
||||
model.onClose();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
.browser .terminal-dock-comp {
|
||||
-fx-padding: 7 0 7 0;
|
||||
-fx-padding: 7 0 7 3;
|
||||
}
|
||||
|
||||
.browser .terminal-dock-comp:empty {
|
||||
|
||||
Reference in New Issue
Block a user