Make menu popups wider

This commit is contained in:
Isaiah Odhner 2023-04-15 21:16:18 -04:00
parent f51f1d9b8c
commit 47622bf437

View File

@ -135,9 +135,15 @@ Button {
.menu Button {
border: none;
height: 3;
}
.menu_bar Button {
/* This seems to be the only way to get the button to shrink? */
max-width: 8;
}
.menu_popup Button {
min-width: 20;
text-align: left;
}
.window {
dock: top;