Skip to content

Commit

Permalink
increase status panel values size from 60px to 70px wide
Browse files Browse the repository at this point in the history
  • Loading branch information
synman committed Nov 16, 2022
1 parent 7edc048 commit c357448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<table align="center" style="margin: 0 auto; margin: 0px 0px 5px 0px;">
<tr style="cursor: pointer;" data-bind="click: function() { modeClick(); }">
<td style="padding: 5px 10px 0px 5px;" align="right" valign="middle">Mode</td>
<td style="padding: 5px 5px 0px 5px;" align="right" valign="middle" width="60px"><strong data-bind="text: mode()"></strong></td>
<td style="padding: 5px 5px 0px 5px;" align="right" valign="middle" width="70px"><strong data-bind="text: mode()"></strong></td>
</tr>
<tr>
<td style="padding: 3px 10px 0px 5px;" align="right" valign="middle">State</td>
Expand Down

0 comments on commit c357448

Please sign in to comment.