Skip to content

Commit 531b2f9

Browse files
authored
Update notification-toaster-demo-screen-import-compenent-first.yaml
accessibility improvements
1 parent 3f4a3f7 commit 531b2f9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

power-apps/Notification-Toaster/source/notification-toaster-demo-screen-import-compenent-first.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Screens:
4848
Control: Classic/Button@2.2.0
4949
Properties:
5050
Height: =37
51-
OnSelect: =NotificationToaster_1.Notify("✅ Success",NotificationType.Success,"Your settings have been saved successfully.",3000)
51+
OnSelect: =NotificationToaster_1.Notify("✅ Success",NotificationType.Success,"Your settings have been saved successfully.",3000);
5252
TabIndex: =-1
5353
Text: ="Short notification"
5454
Width: =282
@@ -85,6 +85,13 @@ Screens:
8585
Width: =282
8686
X: =492
8787
Y: =260
88+
- Timer_On_Off:
89+
Control: Toggle@1.1.5
90+
Properties:
91+
AlignInContainer: =AlignInContainer.Center
92+
Checked: =true
93+
Label: ="Timer On / Off"
94+
Width: =200
8895
- NotificationToaster_1:
8996
Control: CanvasComponent
9097
ComponentName: NotificationToaster
@@ -120,6 +127,7 @@ Screens:
120127
InformationTextColor:"#000000",
121128
InformationBckgndColor:"#ffffff"
122129
}
130+
Timer: =Timer_On_Off.Checked
123131
Width: =420
124132
X: =Parent.Width-Self.Width
125133
Y: =Parent.Height-Self.Height

0 commit comments

Comments
 (0)