Skip to content

Commit

Permalink
Reduce the diagram size a bit.
Browse files Browse the repository at this point in the history
The default size is way too big. Setting to 90% is a
temporary solution.
  • Loading branch information
mooffie committed Apr 21, 2010
1 parent 8e57773 commit 9cf8826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/drx/tk/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def toplevel
def initialize
@navigation_history = []
@eval_history = LineHistory.new
@graph_opts = { :size => '100%', :style => 'default' }
@graph_opts = { :size => '90%', :style => 'default' }

@eval_entry = TkEntry.new(toplevel) {
font 'Courier'
Expand Down Expand Up @@ -109,7 +109,7 @@ def initialize
}

@graph_size_menu = Tk::Tile::Combobox.new(toplevel) {
set '100%'
set '90%'
values ['100%', '90%', '80%', '60%']
state :readonly
width 6
Expand Down

0 comments on commit 9cf8826

Please sign in to comment.