• 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 Resize console window horizontally

rafaeru

Active Member
Joined
Mar 6, 2013
Messages
134
Solutions
10
Reaction score
29
Location
Poland
GitHub
rafaeru97
Hello, I still learning OTC and I don't really know where to look for it.
I want to make console window to able resize horizontally and moveable anywhere on the screen.

Resize works only in vertical direction.
rK1rWQ8.png


But i want to make it horizonatlly.
tCcaNNk.png


I have clear V8 OTC so i already checked:

But i have no idea how to find it.
Additionally, where i can fix that double click on chat marks full word because it works only in TextEdit?

Thanks for any hints!
 
In terminal.otui you have
Code:
  ResizeBorder
    id: rightResizeBorder
    anchors.right: parent.right
    anchors.top: parent.top
    anchors.bottom: parent.bottom
    enabled: false
Probably you can use it.
 
Back
Top