Scrollbars are rendered by the Mfcembed backend, not K-Meleon, so they don't follow windows sizing. I think that they can be set manually by placing these lines in a file named UserContent.css in a directory named chrome in your K-Meleon profile directory (e.g., C:\Program Files\K-Meleon\profiles\defaults\chrome\UserContent.css):
[---snip---]
@namespace url("
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
;
@namespace url(
http://www.w3.org/1999/xhtml);
scrollbar {
min-width: 20px ! important;
min-height: 20px ! important;
}
scrollbar[orient="vertical"] {
min-width: 20px ! important;
min-height: 20px ! important;
}
scrollbarbutton {
min-width: 20px ! important;
min-height: 20px ! important;
}
html|div scrollbarbutton {
min-width: 20px ! important;
min-height: 20px ! important;
}
html|div scrollbar {
min-width: 20px ! important;
min-height: 20px ! important;
}
html|div scrollbar[orient="vertical"] {
min-width: 20px ! important;
min-height: 20px ! important;
}
[---snip---]
I think that will set them, but I'm not sure cause XP forces its sizes when using a theme, even on the Mfcembed window. So let me know if that works!
Shelumi`El
Jordan
S.D.G