SICKAppSpaceCodingStarterKit / CSK_Module_DateTime

Module to provide DateTime/NTP functionality.
MIT License
0 stars 1 forks source link

The NTP Server IP input box is too small to display on SID160 #3

Closed donald-sick closed 3 months ago

donald-sick commented 6 months ago

As a user, I want to edit all data on date time UI on any reasonable resolution. When it displays on SID160 screen, the NTP server IP input box can see only one digit. No matter the left navigation bar is hidden or not.

CSK module:

AppSpace device used:

To Reproduce
Steps to reproduce the behavior:

  1. Go to DateTime UI on SID160 screen

Expected behavior
Should be able to see whole IP xxx.xxx.xxx.xxx

Screenshots
image

Additional Info It displays properly when x resolution is wider than 1660. So on site, user has to use a separate PC to connect to SIM2500 to change the setting.

golluroSICKAG commented 6 months ago

Please check this PR and give response if this fixes your issue: https://github.com/SICKAppSpaceCodingStarterKit/CSK_Module_DateTime/pull/4

donald-sick commented 5 months ago

It is fixed. Thanks for the quick response.