Show the spacebar row code and how you define key widths for the row.
import QtQuick 2.0 KeyboardRow { SymbolKey {} FunctionKey { icon.source: "image://theme/icon-s-sync" onClicked: {canvas.layoutRow.switchLayout(0); canvas.updateIMArea()} width: 64 } LeftArrowKey {} SpacebarKey { fixedWidth: true } RightArrowKey {} EnterKey {} }
SpacebarRowArrowEn {}