Merged the page and column breaks rendering: columns breaks are now easily visible. The column boundaries are shown as before using plain lines. Also fixed the breaks rendering for vertical layout
17 lines
238 B
Plaintext
17 lines
238 B
Plaintext
#include "pagefrm.hrc"
|
|
|
|
Bitmap BMP_PAGE_SHADOW_MASK
|
|
{
|
|
File = "page-shadow-mask.png";
|
|
};
|
|
|
|
String STR_PAGE_BREAK
|
|
{
|
|
Text [ en-US ] = "Manual Page Break" ;
|
|
};
|
|
|
|
String STR_COLUMN_BREAK
|
|
{
|
|
Text [ en-US ] = "Manual Column Break" ;
|
|
};
|