astro-pi / python-sense-emu

An emulator for the Raspberry Pi Sense HAT
https://sense-emu.readthedocs.io/
Other
40 stars 25 forks source link

Orientation sliders quite small on Raspbian #9

Closed davidhoness closed 7 years ago

davidhoness commented 8 years ago

dave

Can the window be a bit larger by default? Let me know if this is an artefact from having a previous version installed.

waveform80 commented 8 years ago

I haven't discovered a "good" way yet. For example, I can set the minimum size to be a bit bigger horizontally (which is what's really needed for the orientation sliders) but I don't really want to limit the minimum size of the window as that prevents it being used in a variety of situations (half/quarter display which I frequently use when developing, and which is commonly applicable on a variety of OS' these days by dragging windows to the screen sides). It'd be nice to set to the default size but only if the display is definitely larger than the default size - haven't discovered how to do that on GTK yet.

davidhoness commented 8 years ago

Okay fair enough. Can we make the window size/state persist in the GTK settings for the program instead?

waveform80 commented 8 years ago

I can do, but I figure getting the package built is the priority? This'll have to wait for the next release unfortunately.

waveform80 commented 7 years ago

PR #15 also includes a fix for this now