Skip to content

Commit cd49b35

Browse files
committed
fix(network): make route check intent-aware and match numpad 0 to the digit grid
1 parent da76dec commit cd49b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlocksScreen/lib/panels/widgets/keyboardPage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def _setup_numpad(self) -> None:
398398

399399
# Bottom row keeps the digit grid: "." left, "0" centred under 8/5/2.
400400
zero = self._create_numpad_button("0", "np_0")
401-
zero.setProperty("position", "down")
401+
zero.setProperty("position", "")
402402
grid.addWidget(zero, 3, 1)
403403
self._numpad_digits.append(zero)
404404

0 commit comments

Comments
 (0)