Merge pull request #263 from TheAngularity/column-width-fixed
fixed column width in accel table title bar10.3.x-maintenance
commit
6431927f06
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue