Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
Conflicts:
	MUSHclient/worlds/plugins/aard_layout.xml
  • Loading branch information
fiendish committed May 24, 2017
2 parents 3de6b9f + d35b380 commit 8c4afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MUSHclient/worlds/plugins/aard_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ end
function check_geometry()
if (GetOption("auto_resize_command_window") == 1) and (GetCommand() == "") then
SetCommandWindowHeight(GetInfo(214) + 4)
SetCommandWindowHeight((GetOption("auto_resize_minimum_lines") * GetInfo(214)) + 4)
end
textrect_top = math.max(0, tonumber(GetVariable("trtop")) or default_top)
Expand Down

0 comments on commit 8c4afc9

Please sign in to comment.