mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 05:23:26 +02:00
Platform fixes and rework ping
This commit is contained in:
@@ -18,17 +18,17 @@ TopMenuPanel
|
||||
visible: false
|
||||
|
||||
TopMenuFrameCounterLabel
|
||||
id: frameCounter
|
||||
id: fpsLabel
|
||||
text-auto-resize: true
|
||||
anchors.top: parent.top
|
||||
anchors.left: leftGameButtonsPanel.right
|
||||
|
||||
PingLabel
|
||||
TopMenuPingLabel
|
||||
color: white
|
||||
id: pingLabel
|
||||
text-auto-resize: true
|
||||
anchors.top: frameCounter.bottom
|
||||
anchors.left: frameCounter.left
|
||||
anchors.top: fpsLabel.bottom
|
||||
anchors.left: fpsLabel.left
|
||||
|
||||
TopMenuButtonsPanel
|
||||
id: rightButtonsPanel
|
||||
|
Reference in New Issue
Block a user