Merge branch 'fix-bottom-margin' into 'master'
Include extra space in the window object Closes #47 See merge request Librem5/squeekboard!60
This commit is contained in:
@ -285,7 +285,7 @@ make_window (ServerContextService *context)
|
||||
PHOSH_TYPE_LAYER_SURFACE,
|
||||
"layer-shell", squeek_wayland->layer_shell,
|
||||
"wl-output", g_ptr_array_index(squeek_wayland->outputs, 0), // TODO: select output as needed,
|
||||
"height", 200,
|
||||
"height", 210,
|
||||
"anchor", ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM
|
||||
| ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT
|
||||
| ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT,
|
||||
|
||||
Reference in New Issue
Block a user