Merge pull request #263 from TheAngularity/column-width-fixed

fixed column width in accel table title bar
10.3.x-maintenance
Michael Keller 2016-09-06 22:29:35 +12:00 committed by GitHub
commit 6431927f06
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
<div id="pid_accel" class="gui_box grey topspacer pid_tuning">
<table class="pid_titlebar">
<tr>
<th class="third" i18n="pidTuningName" style="width: 24%;"></th>
<th class="third" i18n="pidTuningName" style="width: 19%;"></th>
<th class="third" i18n="pidTuningStrength" style="width: 33%;"></th>
<th class="third" i18n="pidTuningTransition" style="width: 33%;"></th>
</tr>