Tighten phone group and detail layout

This commit is contained in:
Joe Julian
2026-04-03 07:10:25 -07:00
parent b76cb7e1df
commit a8bb5bf6b9
3 changed files with 51 additions and 91 deletions
+1 -2
View File
@@ -923,10 +923,9 @@ func (u *ui) groupControlsDisclosure(gtx layout.Context) layout.Dimensions {
}),
layout.Rigid(layout.Spacer{Width: unit.Dp(4)}.Layout),
layout.Rigid(func(gtx layout.Context) layout.Dimensions {
label := "Group management"
label := "Group Tools"
size := unit.Sp(12)
if u.mode == "phone" {
label = "Tools"
size = unit.Sp(11)
}
lbl := material.Label(u.theme, size, label)