Skip to content

Commit

Permalink
bugfix: fix GUI layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Jul 1, 2024
1 parent 04110c6 commit e7dbea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/qml/BayesianNetworkAnalysis.qml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Form
{
Layout.fillWidth : true
Layout.leftMargin : 40
preferredWidth : (2 * form.width) / 5
title : qsTr("Variables in network")
name : "colorGroupVariables"
source : ["variables"]
Expand Down

0 comments on commit e7dbea3

Please sign in to comment.