jmason86 / MinXSS_Beacon_Decoder

Beacon decoder for the MinXSS CubeSat in space; MinXSS-2 launch on 2018-11-19
http://lasp.colorado.edu/home/minxss
GNU General Public License v3.0
11 stars 6 forks source link

Application screen resize #6

Closed janvgils closed 7 years ago

janvgils commented 7 years ago

Hi,

I am testing the application on a Laptop with a 1600x900 screen size and I can't make the program fit on my screen and am unable to see the bottom part - Raw Serial data (hex):

jmason86 commented 7 years ago

Noted. I'll look into how to get Qt applications to do intelligent rescaling. I'd like to avoid putting a scroll bar in the app if possible so that everything can be seen at once.

jmason86 commented 7 years ago

The newest commit (c0ceb1c) has resized the window to be smaller (minimum size 900 x 670) and separated content into tabs. Let me know if that works better. By default I have the hex stuff hidden at the bottom but if you expand the window down you'll be able to see it.

K4KDR commented 7 years ago

Excellent! Just a great improvement - fine job!

I understand that everyone's screen size & resolution is different, but in my case the laptop screen was not able to display the full GUI window properly. Now all is well.

Thank you!

==========================

On Tue, Apr 25, 2017 at 4:36 PM, James Mason notifications@github.com wrote:

The newest commit (c0ceb1c https://github.com/jmason86/MinXSS_Beacon_Decoder/commit/c0ceb1c9dbe2f84d51566925f830b3ee35432b0e) has resized the window to be smaller (minimum size 900 x 670) and separated content into tabs. Let me know if that works better. By default I have the hex stuff hidden at the bottom but if you expand the window down you'll be able to see it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jmason86/MinXSS_Beacon_Decoder/issues/6#issuecomment-297157124, or mute the thread https://github.com/notifications/unsubscribe-auth/AS9xIKz7cET6fVIiBjvviJVHedAuWniQks5rzllIgaJpZM4MoMtZ .

jmason86 commented 7 years ago

Awesome! This layout makes a lot more sense too because you don't need to see all that static information like IP address all the time. Closing the issue.