Skip to content

Commit

Permalink
Decreased the height of the availability combo dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
namark committed Feb 11, 2022
1 parent 55e9c7c commit f9eb292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/resources/qml/hifi/Pal.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Rectangle {
id: comboDialog;
z: 998; // Force the ComboDialog on top of everything else
dialogWidth: parent.width - 50;
dialogHeight: parent.height - 100;
dialogHeight: parent.height - 200;
}
function letterbox(headerGlyph, headerText, message) {
letterboxMessage.headerGlyph = headerGlyph;
Expand Down Expand Up @@ -632,7 +632,7 @@ Rectangle {
: hifi.buttons.disabledTextColor[actionButton.colorScheme];
}
}

HifiControlsUit.Button {
id: hardBanButton;
color: 2; // Red
Expand Down

0 comments on commit f9eb292

Please sign in to comment.