Skip to content

Commit

Permalink
Uncommented a line that removes the numbers row
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikth93 committed Sep 22, 2023
1 parent 28935af commit 2105368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Keyboards/KeyboardsBase/KeyboardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class KeyboardViewController: UIInputViewController {
@IBOutlet var stackView1: UIStackView!
@IBOutlet var stackView2: UIStackView!
@IBOutlet var stackView3: UIStackView!
@IBOutlet var stackView4: UIStackView! //Used for expanded keyboard


private var tipView: ToolTipView?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func getSVKeys() {
}

// If the iPad is too small to have a numbers row.
//letterKeys.removeFirst(1)
letterKeys.removeFirst(1)
letterKeys[0].append("delete")

allKeys = Array(letterKeys.joined()) + Array(numberKeys.joined()) + Array(symbolKeys.joined())
Expand Down

0 comments on commit 2105368

Please sign in to comment.