Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael committed Nov 21, 2023
1 parent 3c81758 commit c859f6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions qml/ui/configpopup/ConfigPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Rectangle {
// On localhost, QOpenHD "automatically" connects due to udp localhost method
ConfigPopupSidebarButton{
id: connect_button
visible: !_ohdSystemAir.is_alive && !_ohdSystemGround.is_alive
m_icon_text: "\uf6ff"
m_description_text: "Connect"
m_selection_index: 5
Expand Down
8 changes: 3 additions & 5 deletions qml/ui/configpopup/credits/Credits.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ Rectangle {
color: "#eaeaea"

RowLayout {
anchors.topMargin: 24
anchors.left: parent.left
anchors.leftMargin: 20
spacing: 6
height: 300
anchors.centerIn: parent

ColumnLayout {
spacing: 6
Expand Down Expand Up @@ -53,6 +49,7 @@ Rectangle {
}

Card {
visible: false
id: thomas
height: 224
width: 150
Expand Down Expand Up @@ -167,6 +164,7 @@ Rectangle {

Card {
id: you
visible: false
height: 224
width: 150
cardName: qsTr("")
Expand Down

0 comments on commit c859f6f

Please sign in to comment.