Moving all design elements down by a specified amount
-
Hi. I have several elements on a ui file that I would like to lower by 20px. They all have different ui values. Is there a way I can lower them all by 20px, as a group? I know I can move these elements individually but I would like to know if there's a faster way of doing it. Thanks beforehand for all answers and please let me know if more info is required.
-
Hi. I have several elements on a ui file that I would like to lower by 20px. They all have different ui values. Is there a way I can lower them all by 20px, as a group? I know I can move these elements individually but I would like to know if there's a faster way of doing it. Thanks beforehand for all answers and please let me know if more info is required.
@Dummie1138
Can/can't you Ctrl+click or rectangle-select for multiple ones? -
@Dummie1138
Can/can't you Ctrl+click or rectangle-select for multiple ones?@JonB I forgot to specify why I'm trying to avoid it, thanks for reminding me.
I can, but would very much prefer it to be exactly 20px of change instead of "around 20px". If there is no easy way of changing property values of multiple objects, I will resort to this method.
-
@JonB I forgot to specify why I'm trying to avoid it, thanks for reminding me.
I can, but would very much prefer it to be exactly 20px of change instead of "around 20px". If there is no easy way of changing property values of multiple objects, I will resort to this method.
@Dummie1138
If I were you and it is not too many items, I would edit the changes directly into the.ui
file then! :) -
Hi
Select them (using ctrl) and use
ctrl+alt and arrow down key to move 1 pixel. Repeat until 20. :)
It only takes a moment to press 20 times. -
To double-check, first:
*.ui
file or*.ui.qml
file?- What layouts are you already using (if any)?
- What padding/margin/spacing values have you already applied (if any)?