mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
* GuiBox.cpp:
- remove the useless "none" special length from the combo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28153 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5ba20465fe
commit
92c30f4294
@ -62,14 +62,14 @@ static QStringList boxGuiNames()
|
||||
|
||||
static QStringList boxGuiSpecialLengthIds()
|
||||
{
|
||||
return QStringList() << "none" << "height" << "depth"
|
||||
return QStringList() << "height" << "depth"
|
||||
<< "totalheight" << "width";
|
||||
}
|
||||
|
||||
|
||||
static QStringList boxGuiSpecialLengthNames()
|
||||
{
|
||||
return QStringList() << qt_("None") << qt_("Height") << qt_("Depth")
|
||||
return QStringList() << qt_("Height") << qt_("Depth")
|
||||
<< qt_("Total Height") << qt_("Width");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user