diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-28 12:15:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-28 12:15:44 +0100 |
commit | d372b48727d693ad515f93d11132c707d57b1319 (patch) | |
tree | 94037199034ca36d678f0a9fe92d15871ebe98f0 /cui | |
parent | 06f18dc75608f2a9b6762c0728ecf37ceb246651 (diff) |
center text inside edit box
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src index 0186b0653168..f3a5b4738fc7 100644 --- a/cui/source/dialogs/about.src +++ b/cui/source/dialogs/about.src @@ -33,7 +33,6 @@ ModalDialog RID_DEFAULTABOUT Size = MAP_APPFONT ( 245 , 280 ) ; Moveable = TRUE ; SVLook = TRUE ; -// TEXT_DEFAULTABOUT OKButton ABOUT_BTN_OK { DefButton = TRUE ; @@ -57,6 +56,9 @@ ModalDialog RID_DEFAULTABOUT IgnoreTab = TRUE ; ReadOnly = TRUE ; AutoVScroll = TRUE ; + LEFT = FALSE ; + CENTER = TRUE ; + RIGHT = FALSE ; }; FixedText ABOUT_FTXT_LINK { |