Jump to content
UBot Underground

Set correct dimensions (DEV Edition)?


Recommended Posts

Hello.

 

 

Is there a way to figure out the correct dimensions settings in the compile menu?

 

Let's say I have a HTML panel (400 / 600). What are the correct settings for the compiler?

I want to hide the browser completely. So the bot should only show my UI stuff, but without scroll bars and anything.

 

When I choose the same options 400/600, it's not enough.

 

Is there a specific value I have to add for the Ubot controls?

 

ubot.JPG

 

Thanks for your help

Dan

Link to post
Share on other sites

I've always just played with it until I find the dimensions that work.

Yeah, that's what I do at the moment. I just thought, that someone knows the "correct" values do add ontop of the HTML UI dimensions.

 

Dan

Link to post
Share on other sites

If you wanted to get rid of the scroll bars completely you can add this to your Style sheet.

 

::-webkit-scrollbar-track
{
display:none;
}

::-webkit-scrollbar
{
display:none;
}

::-webkit-scrollbar-thumb
{
display:none;
}

 

--------------------------------------------------------------------------------------------------------------

  • Like 5
Link to post
Share on other sites
  • 8 months later...
  • 2 years later...
  • 2 months later...

Your very welcome, Ubot is kinda funny some css works some dont, just got to spend the time and figure it out. Thats what i did with my themes, just hours and hours of trial and error... lots of errors... lol :) But when you get something that works well... its beautiful. :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...