diff --git a/bin/mb-kb b/bin/mb-kb
index b07d837..4767e44 100755
--- a/bin/mb-kb
+++ b/bin/mb-kb
@@ -159,5 +159,5 @@ if __name__ == "__main__":
dlg += "--text '\nKey bindings are confugured in your ~/.config/openbox/rc.xml file. docs\n\t\t\t\tS - Shift key\n\t\t\t\tC - Control key\n\t\t\t\tA - Alt key\n\t\t\t\tW - Super key (usually bound to the Windows key)' "
dlg += "--filename=$HOME/.config/openbox/kbinds.txt "
dlg += "--width=640 --height=560 --fontname=Monospace "
- dlg += "--button='Edit rc.xml:geany " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close"
+ dlg += "--button='Edit rc.xml:geany -l 179 " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close"
os.system(dlg)