Skip to content

Commit ec1a8d0

Browse files
committed
Fix QuickPick notification anchoring.
1 parent 9e0ed92 commit ec1a8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ExpSettingsView.enaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ enamldef ExpSettingsView(MainWindow): main:
146146
text = "QuickPick"
147147
clicked ::
148148
QuickPickMenu(expSettings=expSettings).popup()
149-
NotificationPopup(main, window_type='window', parent_anchor = (-1.0, 1.0), displayText="{} applied".format(str(chosenQuickPick))).show()
149+
NotificationPopup(main, window_type='window', parent_anchor=(0, 1.0), anchor=(0,1), offset=(10,-10), displayText="{} applied".format(str(chosenQuickPick))).show()
150150
PushButton: settingsApply:
151151
text = 'Apply'
152152
clicked ::

0 commit comments

Comments
 (0)