dukus / digiCamControl

DSLR camera remote control open source software
http://digicamcontrol.com/
Other
675 stars 226 forks source link

Adds an option to allow controlling the visibility of the live view focus control bar #311

Closed explorer14 closed 6 years ago

explorer14 commented 6 years ago

While using this software in live view mode, I found the focus control bar at the bottom of the live view panel rather annoying. Whether or not I wanted it, its always there. I thought it might be nice for users if they toggle the bar on and off, then they will get to see the full live view or atleast enough to be less annoying. My wife who is a food photographer and stylist and uses live view quite a bit, certainly likes this little feature.

Here is what it looks like with bar (at the bottom of the screen):

with bar

Here it is without it:

without bar

Here is the check box that controls the visibility of the bar:

option

This is my first PR and I don't know what conventions are generally followed for this project so some changes may look odd. Thank goodness we have PRs to catch that sort of stuff ;)

Please let me know what you think.