Author Topic: Reduced Height Windows in C#  (Read 1350 times)

0 Members and 1 Guest are viewing this topic.

Offline GreyandFoxy (OP)

  • Able Ordinary Rate
  • G
  • Posts: 1
Reduced Height Windows in C#
« on: May 02, 2020, 01:41:25 PM »
Howdy! So I have been having some issue with the size of Aurora C# windows, Basically despite the fact that my screen is big enough to meet the minimum pixel count, it still gets cut off along the bottom.  I was wondering if anyone else was having this problem? It was the same with all the versions before C# and the fix was the reduced height windows.  Maybe some other way to change the height of the windows in C#? Thanks in advance!
 

Offline db48x

  • Commodore
  • **********
  • d
  • Posts: 647
  • Thanked: 202 times
Re: Reduced Height Windows in C#
« Reply #1 on: May 02, 2020, 04:43:42 PM »
Your screenshot is 1366×768, which is smaller than the minimum viable screen size of 1440×900.
 

Offline Ehndras

  • Voidwalker
  • Warrant Officer, Class 1
  • *****
  • E
  • Posts: 90
  • Thanked: 10 times
Re: Reduced Height Windows in C#
« Reply #2 on: May 02, 2020, 10:15:42 PM »
What fixed it for me was:

Right-Click Desktop -> Display Settings -> Display Tab (usually default)
//Scale and Layout section
Change text size from 125% (Default) to 100%.
"Boop!" goes the thermonuclear missile salvo
 
The following users thanked this post: GreyandFoxy

Offline ceselb

  • Registered
  • Petty Officer
  • **
  • c
  • Posts: 23
  • Thanked: 2 times
Re: Reduced Height Windows in C#
« Reply #3 on: May 04, 2020, 12:00:16 AM »
Why in the world would a game use the windows settings for this? I *need* text scaling in windows, it's otherwise too small to see comfortably. But it makes *all* new windows open with the lower 15% off the screen outside. Dual screen 1920*1200.
 

Offline Father Tim

  • Vice Admiral
  • **********
  • Posts: 2162
  • Thanked: 531 times
Re: Reduced Height Windows in C#
« Reply #4 on: May 04, 2020, 07:49:06 AM »
Why in the world would a game use the windows settings for this?


To put it bluntly, because it works for Steve and he didn't write the game for you.

If you decrease your screen resolution the text will get bigger.  Mix'n'match and you may find something you can comfortably read.