mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Finished changes for CR feedback
This commit is contained in:
parent
ee435b6ce4
commit
bc67241100
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -372,7 +372,7 @@ function loadSimplifiedTopBar() {
|
|||
};
|
||||
} else {
|
||||
windowProps.position = {
|
||||
x: 500,
|
||||
x: Window.x,
|
||||
y: Window.y
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue