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

16 lines
212 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
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;
}