diff --git a/paint.css b/paint.css index 13375d2..1848b29 100644 --- a/paint.css +++ b/paint.css @@ -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;