Skip to content

Commit

Permalink
UI|Client|Console: Wider grab area for resizing the console edge
Browse files Browse the repository at this point in the history
IssueID #1716
  • Loading branch information
skyjake committed Jan 26, 2014
1 parent cbd6c47 commit 1616ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/widgets/consolewidget.cpp
Expand Up @@ -85,7 +85,7 @@ DENG2_OBSERVES(Variable, Change)
width = new ScalarRule(style().rules().rule("console.width").valuei());
height = new ScalarRule(0);

grabWidth = style().rules().rule("unit").valuei();
grabWidth = style().rules().rule("gap").valuei();

App::config()["console.script"].audienceForChange += this;
}
Expand Down

0 comments on commit 1616ef5

Please sign in to comment.