diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-29 10:04:54 +0000 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-29 10:04:54 +0000 |
| commit | af788b560d167a873036b0fae04f2a91f2cda9e5 (patch) | |
| tree | 51dece036218128dca61cae3f1ab3d4d13ce561d /shell/panel.h | |
| parent | f234933f0b9f9648d504543f3674f9e372406267 (diff) | |
| download | graynard-af788b560d167a873036b0fae04f2a91f2cda9e5.tar.gz graynard-af788b560d167a873036b0fae04f2a91f2cda9e5.zip | |
move favorite launcher to bottom
Diffstat (limited to 'shell/panel.h')
| -rw-r--r-- | shell/panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
