summaryrefslogtreecommitdiff
path: root/shell/panel.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-04 20:28:29 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-04 20:28:29 +0100
commitf49d4231e5681fe28378c4f3dcf445814eeaabc6 (patch)
treef05bf6f68d4f7405884fb60a4ecb8c5e6c62b223 /shell/panel.h
parentd7538c85af3344a7587c3a51b17da60b8e88d79d (diff)
downloadgraynard-f49d4231e5681fe28378c4f3dcf445814eeaabc6.tar.gz
graynard-f49d4231e5681fe28378c4f3dcf445814eeaabc6.zip
panel: move height ratio into header
Diffstat (limited to 'shell/panel.h')
-rw-r--r--shell/panel.h1
1 files changed, 1 insertions, 0 deletions
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;