Increase toolbar button spacing from 4 to 10
This commit is contained in:
parent
f7c295c653
commit
32bf49fa0d
@ -290,8 +290,8 @@ struct ControlToolbar: View {
|
|||||||
.frame(width: 45, alignment: .leading)
|
.frame(width: 45, alignment: .leading)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 按钮行 — 紧凑布局
|
// 按钮行
|
||||||
HStack(spacing: 4) {
|
HStack(spacing: 10) {
|
||||||
TB(icon: "folder") { bridge.openFileDialog(); onTouch() }
|
TB(icon: "folder") { bridge.openFileDialog(); onTouch() }
|
||||||
TB(icon: "link") { bridge.showURLDialog = true; onTouch() }
|
TB(icon: "link") { bridge.showURLDialog = true; onTouch() }
|
||||||
TB(icon: "qrcode.viewfinder") { bridge.showQRScannerWindow(); onTouch() }
|
TB(icon: "qrcode.viewfinder") { bridge.showQRScannerWindow(); onTouch() }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user