make NLIMC the default titlebar layout
This commit is contained in:
parent
d6f9bc953a
commit
aa26b219ec
2 changed files with 2 additions and 2 deletions
2
data/rc3
2
data/rc3
|
@ -35,7 +35,7 @@
|
|||
# I - iconify button
|
||||
# M - maximize button
|
||||
# C - close button
|
||||
#titlebarLayout = "NDSLIMC"
|
||||
#titlebarLayout = "NLIMC"
|
||||
|
||||
# the font for the window titlebars
|
||||
#font.title = "arial-8:bold"
|
||||
|
|
|
@ -127,7 +127,7 @@ void engine_startup()
|
|||
module = NULL;
|
||||
engine_name = g_strdup(DEFAULT_ENGINE);
|
||||
engine_theme = NULL;
|
||||
engine_layout = g_strdup("NDSLIMC");
|
||||
engine_layout = g_strdup("NLIMC");
|
||||
engine_font = g_strdup("Sans-7");
|
||||
engine_shadow = FALSE;
|
||||
engine_shadow_offset = 1;
|
||||
|
|
Loading…
Reference in a new issue