mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
tests/test-client: Set padding to 0 too
This makes size dependent stacking tests less flaky. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1751>
This commit is contained in:
parent
301198a9b8
commit
b155063227
@ -912,6 +912,7 @@ main(int argc, char **argv)
|
|||||||
"decoration {"
|
"decoration {"
|
||||||
" border-radius: 0 0 0 0;"
|
" border-radius: 0 0 0 0;"
|
||||||
" border-width: 0;"
|
" border-width: 0;"
|
||||||
|
" padding: 0 0 0 0;"
|
||||||
" box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);"
|
" box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);"
|
||||||
" margin: 0px;"
|
" margin: 0px;"
|
||||||
"}";
|
"}";
|
||||||
|
Loading…
Reference in New Issue
Block a user