Fixed the progressbar to only require 16px in height
This commit is contained in:
parent
6983cb80ea
commit
5fc787abd8
1 changed files with 2 additions and 2 deletions
|
@ -367,8 +367,8 @@ void make_default_theme() {
|
|||
|
||||
// ProgressBar
|
||||
|
||||
t->set_stylebox("bg","ProgressBar", make_stylebox( progress_bar_png,5,5,5,5) );
|
||||
t->set_stylebox("fg","ProgressBar", make_stylebox( progress_fill_png,6,6,6,6) );
|
||||
t->set_stylebox("bg","ProgressBar", make_stylebox( progress_bar_png,4,4,4,4,0,0,0,0) );
|
||||
t->set_stylebox("fg","ProgressBar", make_stylebox( progress_fill_png,6,6,6,6,2,1,2,1) );
|
||||
|
||||
t->set_font("font","ProgressBar", default_font );
|
||||
|
||||
|
|
Loading…
Reference in a new issue