mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
No needs for icon theme and images
This commit is contained in:
parent
fd99e9cca8
commit
28a2664083
@ -132,7 +132,7 @@ static void test_cb(Fl_Widget*, void*) {
|
||||
}
|
||||
|
||||
static void window_create(int argc, char** argv) {
|
||||
win = new edelib::Window(330, 210, _("System bell configuration"));
|
||||
win = new edelib::Window(330, 210, _("System bell configuration"), edelib::WIN_INIT_NONE);
|
||||
win->begin();
|
||||
vol_slide = new Fl_Value_Slider(10, 30, 310, 25, _("Volume"));
|
||||
vol_slide->type(5);
|
||||
|
Loading…
Reference in New Issue
Block a user