Skip to content

Commit

Permalink
Fix TabView width
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb committed Mar 5, 2025
1 parent dcb724c commit 29a0145
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
14 changes: 5 additions & 9 deletions inst/qml/InformedBinomialTestBayesian.qml
Original file line number Diff line number Diff line change
Expand Up @@ -269,16 +269,12 @@ Form
optionKey: "modelName"
Layout.columnSpan: 2

content: Group
content: TextArea
{
TextArea
{
name: "syntax"
width: models.width
textType: JASP.TextTypeModel
trim: true
applyScriptInfo: qsTr("Ctrl + Enter to apply. Click on the blue button above for help on the restriction syntax")
}
name: "syntax"
textType: JASP.TextTypeModel
trim: true
applyScriptInfo: qsTr("Ctrl + Enter to apply. Click on the blue button above for help on the restriction syntax")
}
}
}
Expand Down
16 changes: 6 additions & 10 deletions inst/qml/InformedMultinomialTestBayesian.qml
Original file line number Diff line number Diff line change
Expand Up @@ -291,21 +291,17 @@ Form
optionKey: "modelName"
Layout.columnSpan: 2

content: Group
content: TextArea
{
TextArea
{
name: "syntax"
width: models.width
textType: JASP.TextTypeModel
trim: true
applyScriptInfo: qsTr("Ctrl + Enter to apply. Click on the blue button above for help on the restriction syntax")
}
name: "syntax"
textType: JASP.TextTypeModel
trim: true
applyScriptInfo: qsTr("Ctrl + Enter to apply. Click on the blue button above for help on the restriction syntax")
}
}
}

Section
Section
{
columns: 2
title: qsTr("Advanced")
Expand Down

0 comments on commit 29a0145

Please sign in to comment.