mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
parent
897799da5a
commit
e47f9204b9
1 changed files with 2 additions and 1 deletions
|
|
@ -1084,7 +1084,8 @@ actions_run(struct view *activator, struct server *server,
|
|||
if (view) {
|
||||
int x = action_get_int(action, "x", 0);
|
||||
int y = action_get_int(action, "y", 0);
|
||||
view_move(view, x, y);
|
||||
struct border margin = ssd_thickness(view);
|
||||
view_move(view, x + margin.left, y + margin.top);
|
||||
}
|
||||
break;
|
||||
case ACTION_TYPE_RESIZETO:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue