From af788b560d167a873036b0fae04f2a91f2cda9e5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 29 Jun 2014 10:04:54 +0000 Subject: move favorite launcher to bottom --- shell/panel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/panel.h') diff --git a/shell/panel.h b/shell/panel.h index 36c7660..2ec9e02 100644 --- a/shell/panel.h +++ b/shell/panel.h @@ -47,8 +47,8 @@ struct MaynardPanelClass GtkWindowClass parent_class; }; -#define MAYNARD_PANEL_WIDTH 56 -#define MAYNARD_PANEL_HEIGHT_RATIO 1 +#define MAYNARD_PANEL_HEIGHT 56 +#define MAYNARD_PANEL_WIDTH_RATIO 1 typedef enum { MAYNARD_PANEL_BUTTON_NONE, -- cgit v1.3.1