johnturek / advanced-find

Automatically exported from code.google.com/p/advanced-find
0 stars 0 forks source link

An option to disable dialog opacity switching needed #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I personally find it very annoying that the dialog's opacity is set to 0.5 
whenever it loses focus, even if it's being resized or moved. It's not a 
standard behaviour, and I've never seen it before, to be honest.

I've overcome it by changing in advancedfind_ui.py:

    def on_findDialog_focus_out_event_action(self, object, event):
        object.set_opacity(0.5)

to:

    def on_findDialog_focus_out_event_action(self, object, event):
        object.set_opacity(1)

But an option to switch this off would be more elegant.

Original issue reported on code.google.com by dmitry.k...@gmail.com on 18 Nov 2011 at 12:40

GoogleCodeExporter commented 9 years ago
I don't think it's necessary.
However, I'll think about it.

Original comment by swatch.c...@gmail.com on 20 Nov 2011 at 1:00

GoogleCodeExporter commented 9 years ago
Add a feature to setup the opacity in v3.3.0.

Original comment by swatch.c...@gmail.com on 24 Nov 2011 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by swatch.c...@gmail.com on 24 Nov 2011 at 5:10