mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Tiny clean up.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7836 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0d4dfc9b48
commit
c90c9b7a2a
@ -1,3 +1,8 @@
|
||||
2003-09-29 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FormGraphics.C: remove incorrect comment.
|
||||
* forms/form_graphics.fd: prettify a little.
|
||||
|
||||
2003-09-26 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FormFiledialog.C (regexMatch): renamed as globMatch.
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "ControlGraphics.h"
|
||||
#include "forms/form_graphics.h"
|
||||
|
||||
#include "controllers/helper_funcs.h" // for getStringFromVector
|
||||
#include "controllers/helper_funcs.h"
|
||||
|
||||
#include "checkedwidgets.h"
|
||||
#include "input_validators.h"
|
||||
|
@ -35,10 +35,10 @@ argument:
|
||||
class: FL_TABFOLDER
|
||||
type: TOP_TABFOLDER
|
||||
box: 0 5 395 260
|
||||
boxtype: FL_FRAME_BOX
|
||||
boxtype: FL_FLAT_BOX
|
||||
colors: FL_COL1 FL_COL1
|
||||
alignment: FL_ALIGN_TOP_LEFT
|
||||
style: FL_NORMAL_STYLE
|
||||
style: FL_BOLD_STYLE
|
||||
size: FL_NORMAL_SIZE
|
||||
lcol: FL_BLACK
|
||||
label: Tabbed folder
|
||||
|
Loading…
Reference in New Issue
Block a user