]> git.lyx.org Git - features.git/commit
* Fix display of horizontal alignment in fixed width tabular cells (bug 3484)
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 13 Sep 2008 10:10:01 +0000 (10:10 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 13 Sep 2008 10:10:01 +0000 (10:10 +0000)
commita942cf9e86136857008930d10bcfa632164bc4cd
tree8566cfdecfcd05ad05d5afac58639032e2c35521
parent6d5a959ade1d761937fd510fed17e86814d86b61
* Fix display of horizontal alignment in fixed width tabular cells (bug 3484)

* src/Inset.h:
- new member content Alignment that indicates whether the content
  of text insets should be displayed with a specific alignment
* src/TextMetrics.cpp:
- handle inset's contentAlignment
* src/insets/InsetTabular.{cpp,h}:
- set contentAlignment for tabular cells.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26380 a592a061-630c-0410-9148-cb99ea01b6c8
src/TextMetrics.cpp
src/insets/Inset.h
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h