diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:58:34 +0000 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:58:34 +0000 |
| commit | dbd27ad786ae9ef578adddd730c74fc0431381d8 (patch) | |
| tree | 55c1e01c94111808c7fb898d2b8ba23b4ccebf13 | |
| parent | 4d1d7105a344cc7f07e30eebbeec37f95556931d (diff) | |
| download | graynard-dbd27ad786ae9ef578adddd730c74fc0431381d8.tar.gz graynard-dbd27ad786ae9ef578adddd730c74fc0431381d8.zip | |
set panel to full height
| -rw-r--r-- | shell/panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
