Finished changes for CR feedback

This commit is contained in:
RebeccaStankus 2019-08-14 14:09:48 -07:00
parent ee435b6ce4
commit bc67241100
2 changed files with 3 additions and 5 deletions

View file

@ -52,7 +52,6 @@ Rectangle {
onEntered: {
Tablet.playSound(TabletEnums.ButtonHover);
root.requestedWidth = root.hoveredWidth;
emoteButtonsRepeater.ItemAt(buttonsModel.count -1).buttonMouseArea.hoverEnabled = true;
}
onExited: {
Tablet.playSound(TabletEnums.ButtonClick);
@ -88,12 +87,11 @@ Rectangle {
The main container of the actual buttons
*/
Rectangle {
Row {
id: drawerContainer
z: 1
color: simplifiedUI.colors.white
anchors.top: parent.top
anchors.right: parent.right
leftPadding: root.originalWidth
height: parent.height
width: root.hoveredWidth

View file

@ -372,7 +372,7 @@ function loadSimplifiedTopBar() {
};
} else {
windowProps.position = {
x: 500,
x: Window.x,
y: Window.y
};
}