-
Improvement
-
Resolution: Done
-
Normal
-
None
-
None
-
Security Level: Jimmy
-
None
Current Result
Spreadsheet toolbar is wrapped by a borderlayout and a tabbox, yet it's not necessary to use those widgets.
Changing to a simpler structure as
<div vflex="1" hflex="1"> <vlayout vflex="1" hflex="1"> <div hflex="1"> <toolbar hflex="1"> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> <toolbarbutton label="BTNBTNBTN"></toolbarbutton> </toolbar> </div> <div vflex="1" hflex="1"> //current formula bar and sheet structure </div> </vlayout> </div>
could also avoid issue as KEIKAI-126
- relates to
-
KEIKAI-126 keikai shows unexpected .zsttbhsp div after initial loading
- Closed
-
KEIKAI-219 keikai style is affected by zk-bootstrap addon
- Closed