minetest-mods / smart_inventory

Minetest inventory with focus on very much items
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Feature? Ability to zoom in on item textures when searching for stuff because they are tiny #17

Open AmyMoriyama opened 3 years ago

AmyMoriyama commented 3 years ago

Not sure how to phrase this but, my eyesight isn't what it used to be and I find trying to figure out what the blocks and stuff to the right when searching is quite difficult. I have to usually add it to my inventory then place the block just to get an idea of what it is and this can be very time-consuming when building.

So, maybe a feature request? Ability to zoom into the icons in some way or maybe make them a wee bit bigger.

Thank you. I enjoy this mod.

Screenshot_2021-07-12_14-14-59

bell07 commented 3 years ago

Please try to edit the pages/creative.lua using simple text editor. Search for the line 192 local grid = smart_inventory.smartfs_elements.buttons_grid(state, 9.55, 3.75, 9.0 , 6.5, "buttons_grid", 0.75,0.75) Modify the last two values (button size), my proposal to 1.0,1.0 or to 1.5,1.5 Let me know if it work or causes additional issues.