diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 12:53:35 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 12:53:35 +0800 |
commit | 584197ea9820a0227fa3cc5e9552ab8e8295427c (patch) | |
tree | 34f30a14474582a5fa872374bb1ee2f87684b910 /Instructor | |
parent | cca7100ac0582c3d25a6541c72c8d289e1e93ead (diff) |
Rename BsBtn to Btn
Diffstat (limited to 'Instructor')
-rw-r--r-- | Instructor/EditProfile.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Instructor/EditProfile.ui.qml b/Instructor/EditProfile.ui.qml index ef872bf..c58308b 100644 --- a/Instructor/EditProfile.ui.qml +++ b/Instructor/EditProfile.ui.qml @@ -5,7 +5,7 @@ import QtGraphicalEffects 1.15 import Bootstrap 5.3 import "../Label" as Lbl import "../TextField" as TxtFld -import "../Button" as BsBtn +import "../Button" as Btn Flickable { property alias firstName: firstName @@ -353,7 +353,7 @@ Flickable { } } - BsBtn.Primary { + Btn.Primary { id: saveButton Layout.topMargin: 25.6 Layout.leftMargin: 12.8 |