fthx / dock-from-dash

GNU General Public License v3.0
96 stars 20 forks source link

icon size on dock #46

Closed pporkhun closed 2 years ago

pporkhun commented 2 years ago

Is it possible to set size of icons on dock?

fthx commented 2 years ago

No because it's handled by GS dash. BUT if you accept some glitches entering overview, you can play with var DASH_MAX_HEIGHT_RATIO = 15; (set it to 8-10 eg). I did that in Dash from Panel extension, you can set the size in prefs UI because there is no overview dash superposition issue here.

pporkhun commented 2 years ago

Would You pls tell me where this key I can find?

fthx commented 2 years ago

there's no key. That's in JS code of the extension.

pporkhun commented 2 years ago

thks, I found it.