fix double lunch-minute
This commit is contained in:
parent
5c907455e3
commit
afd6d4db58
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@
|
|||
" w.HBox(children=(lunch_start_hour, lunch_start_minute))),\n",
|
||||
" layout=w.Layout(padding=\"0px 20px 0px 0px\"))\n",
|
||||
"lunch_finish_box = w.VBox(children=(w.Label(\"Finish:\"),\n",
|
||||
" w.HBox(children=(lunch_finish_minute, lunch_finish_minute))))\n",
|
||||
" w.HBox(children=(lunch_finish_hour, lunch_finish_minute))))\n",
|
||||
"lunch_time_box = w.HBox(children=(lunch_start_box, lunch_finish_box), layout=w.Layout(width='auto'))\n",
|
||||
"\n",
|
||||
"lunch_button = w.ToggleButton(value=False, description=\"Lunch break\")\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue