diff options
| author | Markus Braun <markus.braun@krawel.de> | 2002-08-30 13:49:32 +0000 |
|---|---|---|
| committer | Markus Braun <markus.braun@krawel.de> | 2002-08-30 13:49:32 +0000 |
| commit | 000c2db035a14b15e5cf63cc67c6c4e68f605fa7 (patch) | |
| tree | 032ef7276762f0f423f24eb97492c2f851ce3764 /apps/settings.h | |
| parent | 4b0e8b0b563b4ed1e4a731fead6740b9a3083650 (diff) | |
| download | rockbox-000c2db035a14b15e5cf63cc67c6c4e68f605fa7.zip rockbox-000c2db035a14b15e5cf63cc67c6c4e68f605fa7.tar.gz rockbox-000c2db035a14b15e5cf63cc67c6c4e68f605fa7.tar.bz2 rockbox-000c2db035a14b15e5cf63cc67c6c4e68f605fa7.tar.xz | |
Added scrollbar to tree view and menus.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2084 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index c7b8c5f..b17643b 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -72,6 +72,9 @@ struct user_settings /* show status bar */ bool statusbar; /* 0=hide, 1=show */ + /* show scroll bar */ + bool scrollbar; /* 0=hide, 1=show */ + /* Hidden and dotfile settings */ bool show_hidden_files; /* 1=show dotfiles/hidden, 0=hide dotfiles/hidden */ |