Skip to content

Commit

Permalink
Add alignment: .trailing to FunctionKeysView
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 26, 2024
1 parent 794b6bd commit c5a1453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/SettingsWindow/src/View/FunctionKeysView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct FunctionKeysView: View {
? "fn + \(fnFunctionKey.fromEntry.label)"
: fnFunctionKey.fromEntry.label
)
.frame(width: 80)
.frame(width: 80, alignment: .trailing)

Image(systemName: "arrow.forward")
.padding(.horizontal, 6.0)
Expand Down

0 comments on commit c5a1453

Please sign in to comment.