geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Display SVG logos instead of the eduroam logo (Issue: #10). #29

Closed JamesFromIT closed 3 years ago

JamesFromIT commented 3 years ago

Hi,

I've adapted the GenerateSvgLogoHtml method to return a centered SVG in HTML. This is used to display SVG provider logos centered at the top of the screen on the main page.

Issue #10

jornane commented 3 years ago

Hi @JamesFromIT

This seems to work pretty well! One thing that's missing though, is that it's not possible to move the window by dragging the logo. Do you know if it's possible to make the WebBrowser object ignore the mouse events?

JamesFromIT commented 3 years ago

Hi @JamesFromIT

This seems to work pretty well! One thing that's missing though, is that it's not possible to move the window by dragging the logo. Do you know if it's possible to make the WebBrowser object ignore the mouse events?

Hi @jornane,

Interesting. I'll have to look into it some more.

jornane commented 3 years ago

With the modified window layout, I think we can make this work! 👍