Skip to content

Commit 15d577c

Browse files
committed
Add spacing to toolbar to optimize smaller view ports
1 parent 476157c commit 15d577c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<div class="spacer"></div>
5454
<a href="javascript:IDE.showMethodDialog()" class="toolbar-button" id="toolbar-button-methods" title="Show Methods"></a>
5555
<a href="javascript:IDE.showOptionDialog()" class="toolbar-button" id="toolbar-button-settings" title="Settings"></a>
56+
<div class="toolbar-button" style="width:2.5em"></div>
5657

5758
<a href="javascript:IDE.showDialog('about-dialog')" class="toolbar-button" id="toolbar-button-about" title="About QBJS"></a>
5859
<div class="spacer" style="float:right"></div>

0 commit comments

Comments
 (0)