diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-13 13:34:29 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-13 15:45:54 +0100 |
commit | 7bacb834d36b06030378c64997cc20e852b195f1 (patch) | |
tree | 2312012d1129da634e71288b975543191dc6b65d /sfx2/source/control/templateview.src | |
parent | e4e8f246452da4a81ffd92664c9731e0e195b032 (diff) |
Template Manager: add path controls to overlay and removed name editing
Change-Id: I0d27edff4ba6c25fd9dc85c80ac5e3287fbd4207
Diffstat (limited to 'sfx2/source/control/templateview.src')
-rw-r--r-- | sfx2/source/control/templateview.src | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/sfx2/source/control/templateview.src b/sfx2/source/control/templateview.src index 8252ee9a590b..d2711a7c984b 100644 --- a/sfx2/source/control/templateview.src +++ b/sfx2/source/control/templateview.src @@ -8,10 +8,22 @@ #include "templateview.hrc" -Image IMG_TEMPLATE_VIEW_CLOSE +Control CONTROL_BUTTONS { - ImageBitmap = Bitmap - { - File = "closedoc.png"; - }; + Size = MAP_APPFONT( 290, 17 ); + Border = True; + TabStop = False; +}; + +PushButton BTN_ALL_TEMPLATES +{ + Pos = MAP_APPFONT( 1, 1 ); + Size = MAP_APPFONT( 50, 14 ); + Text [ en-US ] = "All Templates"; +}; + +FixedText FT_NAME +{ + Pos = MAP_APPFONT( 52, 3 ); + Size = MAP_APPFONT( 238, 12 ); }; |