From f49d4231e5681fe28378c4f3dcf445814eeaabc6 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 4 Mar 2014 20:28:29 +0100 Subject: panel: move height ratio into header --- shell/panel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/panel.h') diff --git a/shell/panel.h b/shell/panel.h index 8af5fd7..ac3b250 100644 --- a/shell/panel.h +++ b/shell/panel.h @@ -33,6 +33,7 @@ struct WestonGtkPanelClass }; #define WESTON_GTK_PANEL_WIDTH 56 +#define WESTON_GTK_PANEL_HEIGHT_RATIO 0.73 GType weston_gtk_panel_get_type (void) G_GNUC_CONST; -- cgit v1.3.1