all repos — fluxbox @ 97e0164135376127d560cfd8b14f0ee2298adb56

custom fork of the fluxbox windowmanager

default justify
fluxgen fluxgen
commit

97e0164135376127d560cfd8b14f0ee2298adb56

parent

62adec2f25d8c5c4926d6294bd63ddc8e13cb853

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/TextTheme.ccsrc/TextTheme.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ m_justify(theme, name + ".justify", altname + ".Justify"),

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();