This reverts the change that affected button looks on widths < 48 pixels.

diff --git a/button.c b/button.c
index cb5ddae..3f374a9 100644
--- a/button.c
+++ b/button.c
@@ -87,9 +87,9 @@ void DrawButton(ButtonNode *bp) {
    switch(bp->type) {
    case BUTTON_TASK:
       /* Flat taskbuttons (only icon) for widths < 48 */
-      if(width < 48) {
+/*      if(width < 48) {
          break;
-      }
+      }*/
       /* conditional fallthrough is intended */  
    default:
 
