Hi @Vildnex ,

in your CustomButton.qml, make this change

Qt Code:
  1. implicitWidth: row.width
  2. height: textID.height
To copy to clipboard, switch view to plain text mode 

and in your main Layout make this change

Qt Code:
  1. Layout.fillWidth: true
  2. //Layout.preferredWidth: width
To copy to clipboard, switch view to plain text mode