From 97e0164135376127d560cfd8b14f0ee2298adb56 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 13 Aug 2003 15:25:58 +0000 Subject: default justify --- src/TextTheme.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TextTheme.cc b/src/TextTheme.cc index 264975f..67f0f73 100644 --- a/src/TextTheme.cc +++ b/src/TextTheme.cc @@ -20,7 +20,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: TextTheme.cc,v 1.3 2003/08/13 09:54:50 fluxgen Exp $ +// $Id: TextTheme.cc,v 1.4 2003/08/13 15:25:58 fluxgen Exp $ #include "TextTheme.hh" @@ -36,6 +36,7 @@ TextTheme::TextTheme(FbTk::Theme &theme, m_text_gc(XCreateGC(FbTk::App::instance()->display(), RootWindow(FbTk::App::instance()->display(), theme.screenNum()), 0, 0)) { + *m_justify = FbTk::LEFT; // load default font m_font->load("fixed"); update(); -- cgit v0.11.2