diff options
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 ); }; |