fix double lunch-minute

This commit is contained in:
markus 2020-10-27 10:43:07 +01:00
parent 5c907455e3
commit afd6d4db58

View file

@ -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",