Skip to content

Commit a738cab

Browse files
author
OlgaLarina
committed
Change default value for logoPositionY fix after surveyjs/survey-library#9460
1 parent 7b6f8db commit a738cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/survey-creator-core/src/components/tabs/header-model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Serializer.addClass(
297297
},
298298

299299
getHorizontalAlignment("logoPositionX", "left"),
300-
getVerticalAlignment("logoPositionY", "bottom"),
300+
getVerticalAlignment("logoPositionY", "top"),
301301
getHorizontalAlignment("titlePositionX", "left"),
302302
getVerticalAlignment("titlePositionY", "bottom"),
303303
getHorizontalAlignment("descriptionPositionX", "left"),

0 commit comments

Comments
 (0)