Skip to content

Commit

Permalink
fix: behaviour tab is now first
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zolotukhin committed Nov 10, 2021
1 parent ec36249 commit ae0a594
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/kcm/package/contents/ui/main.qml
Expand Up @@ -31,11 +31,11 @@ KCM.SimpleKCM {
Layout.bottomMargin: -1

QQC2.TabButton {
text: i18n("Appearance")
text: i18n("Behavior")
}

QQC2.TabButton {
text: i18n("Behavior")
text: i18n("Appearance")
}

}
Expand All @@ -51,14 +51,14 @@ KCM.SimpleKCM {
// but necessary for adequate padding
anchors.topMargin: Kirigami.Units.gridUnit * -0.5

Appearance {
}

// For some reason QML is very British and
// refuses to load the Behavior.qml (without "u")
Behaviour {
}

Appearance {
}

}

}
Expand Down

0 comments on commit ae0a594

Please sign in to comment.