Learning_GTK4_tree/testsuite/reftests/paned-handle-size.css

16 lines
212 B
CSS

paned separator,
picture {
all: unset;
background: firebrick;
}
paned.vertical > separator {
min-width: 10px;
min-height: 20px;
}
paned.horizontal > separator {
min-width: 20px;
min-height: 10px;
}