uwesto...@lyx.org schreef:
Author: uwestoehr
Date: Sun Jul 19 23:13:27 2009
New Revision: 30694
URL: http://www.lyx.org/trac/changeset/30694
Uwe, I've got a few remarks wrt the UI ....
+ <item row="0" column="1">
+ <widget class="QComboBox" name="indentCO">
[...]
+ <property name="toolTip">
+ <string>size of the vertical space</string>
+ </property>
+ </widget>
Wrong tooltip ?
+ <property name="toolTip">
+ <string>size of the vertical space</string>
+ </property>
Size with a capital ?
+ <property name="toolTip">
+ <string>value</string>
+ </property>
+ <property name="toolTip">
+ <string>unit</string>
+ </property>
Are these tooltips necessary ? I feel a little bit stupid if that's the
help I get.
+ textLayoutModule->indentCO->addItem(qt_("Custom"));
Why is it called "Custom" here, and "Length" for the vertical space.
Shouldn't that be "Custom" too then ?
Vincent