From dbd27ad786ae9ef578adddd730c74fc0431381d8 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 28 Jun 2014 10:58:34 +0000 Subject: set panel to full height --- shell/panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/panel.h') diff --git a/shell/panel.h b/shell/panel.h index 434dc18..36c7660 100644 --- a/shell/panel.h +++ b/shell/panel.h @@ -48,7 +48,7 @@ struct MaynardPanelClass }; #define MAYNARD_PANEL_WIDTH 56 -#define MAYNARD_PANEL_HEIGHT_RATIO 0.73 +#define MAYNARD_PANEL_HEIGHT_RATIO 1 typedef enum { MAYNARD_PANEL_BUTTON_NONE, -- cgit v1.3.1