Solaar/lib/solaar/ui
Christian Tacke 49e9240be9
ui: Use GtkButton for the Lock Icon
Instead of GtkEventBox use GtkButton for the lock icons.

GtkEventBox does not have any visual feedback that it
actually can be pressed. As in: If you don't know that this
is an area for interaction it is not obvious.

Using Gtk.ReliefStyle.NONE on the GtkButton keeps the old
styling but still gives feedback when hovering over the
buttons.

Co-authored-by: Christian Tacke <8560110+ChristianTacke@users.noreply.github.com>
2021-12-28 12:27:03 -05:00
..
__init__.py Drop unnecessary __future__ imports 2021-10-30 16:49:41 -04:00
about.py Drop unnecessary __future__ imports 2021-10-30 16:49:41 -04:00
action.py Drop unnecessary __future__ imports 2021-10-30 16:49:41 -04:00
config_panel.py ui: Use GtkButton for the Lock Icon 2021-12-28 12:27:03 -05:00
diversion_rules.py Drop unnecessary __future__ imports 2021-10-30 16:49:41 -04:00
icons.py Drop unnecessary __future__ imports 2021-10-30 16:49:41 -04:00
notify.py Drop unnecessary __future__ imports 2021-10-30 16:49:41 -04:00
pair_window.py ui: add pairing for Bolt receivers 2021-11-11 10:48:12 -05:00
tray.py ui: don't use new_from_icon_set for tray menu icons as it is deprecated 2021-12-26 10:32:59 -05:00
window.py Keep left Tree at Minimal Size 2021-12-25 12:19:29 -05:00