Skip to content

Commit

Permalink
Fixing unusable source selection UI on systems with many sources kote…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladdrako committed Nov 19, 2022
1 parent 4ec9e11 commit 1e039c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/contents/ui/config/ConfigTemperatures.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Item {
id: resourcesConfigPage

property double tableWidth: parent.width
property double tableHeight: parent.height

property string cfg_resources
property alias cfg_warningTemperature: warningTemperatureSpinBox.value
Expand Down Expand Up @@ -271,7 +272,7 @@ Item {
}
enabled: addResourceDialog.virtualSelected
Layout.preferredWidth: tableWidth/2
Layout.preferredHeight: contentHeight
Layout.preferredHeight: tableHeight/2
}

Item {
Expand Down

0 comments on commit 1e039c9

Please sign in to comment.