forked from AuroraMiddleware/gtk
entry: Move touch selection a little further away
Otherwise, it looks cramped, and we end up under the finger.
This commit is contained in:
parent
3e386e0abb
commit
d055f8e64c
@ -9877,6 +9877,11 @@ bubble_targets_received (GtkClipboard *clipboard,
|
|||||||
rect.width = 0;
|
rect.width = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rect.x -= 5;
|
||||||
|
rect.y -= 5;
|
||||||
|
rect.width += 10;
|
||||||
|
rect.height += 10;
|
||||||
|
|
||||||
gtk_popover_set_pointing_to (GTK_POPOVER (priv->selection_bubble), &rect);
|
gtk_popover_set_pointing_to (GTK_POPOVER (priv->selection_bubble), &rect);
|
||||||
gtk_widget_show (priv->selection_bubble);
|
gtk_widget_show (priv->selection_bubble);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user