mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Make script inset much tighter in texted.
We use the fact that offsets can be set separately for each inset.
This commit is contained in:
parent
0ef2c192c0
commit
9176e60b7b
@ -68,6 +68,16 @@ public:
|
|||||||
docstring layoutName() const;
|
docstring layoutName() const;
|
||||||
///
|
///
|
||||||
DisplayType display() const;
|
DisplayType display() const;
|
||||||
|
|
||||||
|
///
|
||||||
|
int topOffset(BufferView const *) const { return 0; }
|
||||||
|
///
|
||||||
|
int bottomOffset(BufferView const *) const { return 0; }
|
||||||
|
///
|
||||||
|
int leftOffset(BufferView const *) const { return 0; }
|
||||||
|
///
|
||||||
|
int rightOffset(BufferView const *) const { return 0; }
|
||||||
|
|
||||||
///
|
///
|
||||||
void metrics(MetricsInfo &, Dimension &) const;
|
void metrics(MetricsInfo &, Dimension &) const;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user