Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window size and position corrections #28

Open
Marchella1983 opened this issue Jan 14, 2025 · 3 comments
Open

window size and position corrections #28

Marchella1983 opened this issue Jan 14, 2025 · 3 comments

Comments

@Marchella1983
Copy link

Marchella1983 commented Jan 14, 2025

Also please add changes to the size and position of windows in these widgets for more correct display when Russian translation is used. For skin fhd

		<widget name="update" font="Regular;33" position="120,110" size="200,45" backgroundColor="#363b38" zPosition="3" transparent="1" halign="center" valign="top" />
		<widget render="Label" noWrap="1" source="session.OAWeather" font="Regular;33" position="325,110" size="110,45" backgroundColor="#363b38" zPosition="3" transparent="1" halign="centr" valign="top">
			<convert type="OAWeather">observationtime</convert>
		</widget>

tnx

2

@Marchella1983
Copy link
Author

Marchella1983 commented Jan 15, 2025

@pololoko111 thanks of course, but this is not the right solution.

With this size=“170,45” you only lengthened the output size of name=“update” and overlaid on observationtime this is not the right solution.
1

and compare your edits with this screen and with the one I suggested earlier and you will see that the name=“update” parameter is cut off.

For such calculations it is better to use a calculator

if position=“143,110” and size=“150,45” and the next position=“278,110” then the correct position is position=“293,110” plus a small indentation then position=“303,110”.

tnx

@pololoko111
Copy link
Contributor

Hi @Marchella1983
For the Polish language it is ok.
If you want, please correct it according to your solution.
Open a pull request and jbleyel will approve it.

@Marchella1983
Copy link
Author

unfortunately I don't know how to do that...

let's wait for someone to correct my correction request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants