• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient How to fill game screen with game map window?

Itutorial

Board Moderator
Staff member
Board Moderator
Joined
Dec 23, 2014
Messages
2,476
Solutions
69
Reaction score
1,136
I was able to fill the bottom and top of the screen but I can't for the life of me get rid of the side bars.

Code:
GameMapPanel
    id: gameMapPanel
    anchors.top: parent.top
    anchors.left: gameLeftPanel.left
    anchors.right: gameRightPanel.right
    anchors.bottom: gameBottomPanel.bottom
    focusable: false
 

Attachments

Yeah I removed the view modes and remove both left and right panel still nothing
 
Solution
I have messed around a lot with it with no luck. I know it has to do with the anchors
 
Back
Top