Skip to content

Commit ecfadbd

Browse files
committed
release: fix layout for key entry
1 parent a58506e commit ecfadbd

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

build-systems/releaser.kdl

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
layout {
2-
pane split_direction="vertical" {
3-
pane name="launchpad" command="../ubuntu-launchpad/build-for-launchpad.sh"
4-
pane name="obs" command="../obs/build-for-obs.sh"
5-
}
6-
pane split_direction="vertical" {
7-
pane name="aur" command="aur/build-for-aur.sh"
8-
pane name="gentoo" command="gentoo/build-for-gentoo.sh"
9-
}
10-
pane split_direction="vertical" {
11-
pane name="slackware" command="slackware/build-for-slackware.sh"
12-
pane name="snap" command="snap/build-for-launchpad-snap.sh"
13-
}
14-
pane split_direction="vertical" {
15-
pane name="launchpad-qt6" command="../ubuntu-launchpad/build-for-launchpad-qt6.sh"
16-
pane focus=true
2+
pane split_direction="horizontal" {
3+
# Those need more space, because of the signature key entry dialog
4+
pane split_direction="vertical" {
5+
pane name="launchpad" command="../ubuntu-launchpad/build-for-launchpad.sh"
6+
pane name="launchpad-qt6" command="../ubuntu-launchpad/build-for-launchpad-qt6.sh"
7+
}
8+
pane split_direction="vertical" {
9+
pane name="obs" command="../obs/build-for-obs.sh"
10+
pane name="aur" command="aur/build-for-aur.sh"
11+
pane name="gentoo" command="gentoo/build-for-gentoo.sh"
12+
pane name="slackware" command="slackware/build-for-slackware.sh"
13+
pane name="snap" command="snap/build-for-launchpad-snap.sh"
14+
pane focus=true
15+
}
1716
}
1817
pane size=1 borderless=true {
1918
plugin location="zellij:status-bar"

0 commit comments

Comments
 (0)