Solved Changing the Grid Size in the Interface Designer?
-
Does anyone know how to change the grid size (10 pixels) for the snapping interface in the interface designer? Thanks.
-
@clevername27 Great Question.. I was about to make a thread on it. If change grid size is not possible, it should be a feature request. (y)
-
@DabDab I'll take a look in the C++.
-
@clevername27 Please do tell me, how to change it.
-
@clevername27 said in Changing the Grid Size in the Interface Designer?:
@DabDab I'll take a look in the C++.
I am not sure , I guess
ScriptingTypesPanel.cpp
is doing the 10 px snapping. -
At least if not changing the grid size, I find the snapping very annoying at a some extents...
Would be cool to have a button to enable/disable it
What most annoys me is that a simple click on a component that is not grid alignes automatically snaps it to the closest node, which make simple component selection an obstacle course -
-
@d-healey Yeah I know this modifier but still it would be nice to have it, yet not mandatory. Although the fact that the component snaps even with no drag is annoying. Each time I'm selecting a component I have to undo because it moved without being asked to...
-
@ustk I pretty much never use the mouse to move components around. I either set the values in the property editor or use the keyboard shortcuts.
-
@d-healey Yeah but that's not the issue I'm describing. I don't intend to move the component, just click to select. If the component in question isn't already snapped, it snaps as soon as you click on it. In fact, it especially happens when you click twice on it (not meaning double-click).
-
@ustk Doesn't happen here
-
This post is deleted! -
I…don't understand what's happened to this conversation. Are we still talking about grids?
-
@clevername27 sorry, I'll delete my answer, you're right it's not about changing grid size
-
@ulrik Ha, I was just kidding…please continue!
-
@d-healey This demonstrates clicking a non-aligned component snaps it automatically if it's already selected
@clevername27 I know it's not grid size related but since it's a grid issue, it might be part of a grid modification commit if you don't mind
@d-healey what is the converter you use for GIF? the online tools I founds give huge files with poor quality... that been said, the original is a .MOV, this might have an impact...
-
@ustk I might be wrong but it looks like when you click the mouse also moves. Are you using a trackpad? What OS?
what is the converter you use for GIF? the online tools I founds give huge files with poor quality... that been said, the original is a .MOV, this might have an impact...
I use Peek (https://github.com/phw/peek)
I recommend LICEcap if you're on Windows or MacOS
-
@d-healey said in Changing the Grid Size in the Interface Designer?:
@ustk I might be wrong but it looks like when you click the mouse also moves. Are you using a trackpad? What OS?
I assure you, I'm not yet afflicted by Parkinson's disease
macos + magic mouseI use Peek (https://github.com/phw/peek)
Didn't know that one
I recommend LICEcap if you're on Windows or MacOS
Arff... I'm confused, I forgot I already have this one... So no Parkinson, but might be dementia after all...
-
macos + magic mouse
It's a Mac thing.
Notice on Mac the arrow changes to the grab hand and moves up when you click.
This doesn't happen on Windows or Debian (Cinnamon)
-
@Christoph-Hart If workable, could you please point us to the relevant code for the grid size? Thank you.