Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
removal of inset border in webdialog (by turning scrollbars off)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilius committed Nov 9, 2012
1 parent 030f6a2 commit 2737bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sketchup-developer-tools/ruby/devl_console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def initialize

# Create the dialog instance this console is managing.
@dialog = UI::WebDialog.new($devl_strings.GetString(title),
true, title, width, height, x, y, true)
false, title, width, height, x, y, true)

# Capture instances in a class-level list so we can reuse non-visible
# ones. Note that the first instance in this list is the Root Console.
Expand Down

0 comments on commit 2737bb8

Please sign in to comment.