Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


The upper part of CE7.2 is too big

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
skynet888
!BEWARE! Deletes post on answer
Reputation: 1

Joined: 12 Apr 2021
Posts: 64

PostPosted: Fri Jun 17, 2022 6:57 pm    Post subject: The upper part of CE7.2 is too big Reply with quote

The upper part of CE7.2 is too big (the picture shows the comparison between 5.6 and 7.2). This causes my CT table to display only 10 rows when using CE7.2 (my laptop screen is only 768 pixels high).
Is it possible to shrink the upper part of CE7.2 by modifying the registry? Other ways can be suggested!



111111111.png
 Description:
 Filesize:  46.42 KB
 Viewed:  3512 Time(s)

111111111.png


Back to top
View user's profile Send private message
LeFiXER
Grandmaster Cheater Supreme
Reputation: 20

Joined: 02 Sep 2011
Posts: 1066
Location: 0x90

PostPosted: Fri Jun 17, 2022 7:15 pm    Post subject: This post has 1 review(s) Reply with quote

Save this as a Lua file and place it in the autorun folder of Cheat Engine:
Code:

function compactMode()
   getMainForm().Panel5.Visible = not getMainForm().Panel5.Visible
end

function addCompactMenu()
 local parent = getMainForm().Menu.Items
 cMenu = createMenuItem(parent)
 parent.add(cMenu)
 cMenu.Caption = 'Toggle Compact'
 cMenu.OnClick = compactMode
end

addCompactMenu()
Back to top
View user's profile Send private message
skynet888
!BEWARE! Deletes post on answer
Reputation: 1

Joined: 12 Apr 2021
Posts: 64

PostPosted: Fri Jun 17, 2022 9:16 pm    Post subject: This post has 1 review(s) Reply with quote

LeFiXER wrote:
Save this as a Lua file and place it in the autorun folder of Cheat Engine:
Code:

function compactMode()
   getMainForm().Panel5.Visible = not getMainForm().Panel5.Visible
end

function addCompactMenu()
 local parent = getMainForm().Menu.Items
 cMenu = createMenuItem(parent)
 parent.add(cMenu)
 cMenu.Caption = 'Toggle Compact'
 cMenu.OnClick = compactMode
end

addCompactMenu()

I already tried it! Great! Thanks a lot!
Back to top
View user's profile Send private message
LeFiXER
Grandmaster Cheater Supreme
Reputation: 20

Joined: 02 Sep 2011
Posts: 1066
Location: 0x90

PostPosted: Sat Jun 18, 2022 10:14 am    Post subject: Reply with quote

skynet888 wrote:

I already tried it! Great! Thanks a lot!


You're welcome Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites