This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +37
-16
lines changed Expand file tree Collapse file tree 2 files changed +37
-16
lines changed Original file line number Diff line number Diff line change 248
248
<value >Waiting for browser...</value >
249
249
</data >
250
250
<data name =" Widget_Template.SignInRequired" xml : space =" preserve" >
251
- <value >You must sign in to view this widget's content .</value >
251
+ <value >Sign in to use this widget.</value >
252
252
<comment >Shown in Widget when user is not logged in.</comment >
253
253
</data >
254
254
<data name =" Widget_Template.Loading" xml : space =" preserve" >
Original file line number Diff line number Diff line change 5
5
"body" : [
6
6
{
7
7
"type" : " Container" ,
8
+ "minHeight" : " 40px"
9
+ },
10
+ {
11
+ "type" : " Container" ,
12
+ "spacing" : " none" ,
8
13
"items" : [
9
14
{
10
15
"type" : " TextBlock" ,
11
16
"text" : " ${message}" ,
12
17
"wrap" : true ,
13
- "horizontalAlignment" : " Center " ,
18
+ "horizontalAlignment" : " center " ,
14
19
"height" : " stretch" ,
15
- "size" : " Default " ,
16
- "weight" : " Bolder "
20
+ "size" : " medium " ,
21
+ "weight" : " bolder "
17
22
},
18
23
{
19
- "type" : " ActionSet" ,
20
- "actions" : [
24
+ "type" : " ColumnSet" ,
25
+ "spacing" : " ExtraLarge" ,
26
+ "columns" : [
21
27
{
22
- "type" : " Action.Execute" ,
23
- "title" : " %Widget_Template_Button/SignIn%" ,
24
- "verb" : " SignIn" ,
25
- "tooltip" : " %Widget_Template_Tooltip/SignIn%"
28
+ "type" : " Column" ,
29
+ "width" : " stretch"
30
+ },
31
+ {
32
+ "type" : " Column" ,
33
+ "width" : " auto" ,
34
+ "items" : [
35
+ {
36
+ "type" : " ActionSet" ,
37
+ "actions" : [
38
+ {
39
+ "type" : " Action.Execute" ,
40
+ "title" : " %Widget_Template_Button/SignIn%" ,
41
+ "verb" : " SignIn" ,
42
+ "tooltip" : " %Widget_Template_Tooltip/SignIn%"
43
+ }
44
+ ]
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "type" : " Column" ,
50
+ "width" : " stretch"
26
51
}
27
- ],
28
- "horizontalAlignment" : " center" ,
29
- "spacing" : " ExtraLarge"
52
+ ]
30
53
}
31
- ],
32
- "horizontalAlignment" : " center" ,
33
- "spacing" : " None"
54
+ ]
34
55
}
35
56
]
36
57
}
You can’t perform that action at this time.
0 commit comments