diff options
Diffstat (limited to 'src/ui/sidebarwidget.h')
-rw-r--r-- | src/ui/sidebarwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/sidebarwidget.h b/src/ui/sidebarwidget.h index d7029b0f..8027adc0 100644 --- a/src/ui/sidebarwidget.h +++ b/src/ui/sidebarwidget.h | |||
@@ -47,5 +47,5 @@ iBool setMode_SidebarWidget (iSidebarWidget *, enum iSidebar | |||
47 | void setButtonFont_SidebarWidget (iSidebarWidget *, int font); | 47 | void setButtonFont_SidebarWidget (iSidebarWidget *, int font); |
48 | 48 | ||
49 | enum iSidebarMode mode_SidebarWidget (const iSidebarWidget *); | 49 | enum iSidebarMode mode_SidebarWidget (const iSidebarWidget *); |
50 | int width_SidebarWidget (const iSidebarWidget *); | 50 | float width_SidebarWidget (const iSidebarWidget *); |
51 | void setWidth_SidebarWidget (iSidebarWidget *, int width); | 51 | void setWidth_SidebarWidget (iSidebarWidget *, float widthAsGaps); |