bitcoin-core/gui-qml

The Settings hitbox should be the entire setting itself

Closed this issue · 1 comments

2023-01-26_21-09

In the above screenshot, and on master, the hitbox for a setting is the action item itself; nothing else is clickable.

Instead, the hitbox should be the entire area of the setting. This new hitbox which covers the entire setting row area should engage the action item. This means that when looking at the above screenshot:

  • In the first setting, the external link will be engaged
  • In the second setting, the value input field will be engaged
  • In the last setting, the switch will be toggled

fixed in #240