src/Tools/jEdit/src/document_dockable.scala
changeset 77169 b2bc810e4bf7
parent 77160 158dfe7f68ed
child 77170 2ddb82044ff0
equal deleted inserted replaced
77168:547d140f0780 77169:b2bc810e4bf7
   369     new TabbedPane.Page("Input", new BorderPanel {
   369     new TabbedPane.Page("Input", new BorderPanel {
   370       layout(input_controls) = BorderPanel.Position.North
   370       layout(input_controls) = BorderPanel.Position.North
   371       layout(theories_pane) = BorderPanel.Position.Center
   371       layout(theories_pane) = BorderPanel.Position.Center
   372     }, "Selection and status of document theories")
   372     }, "Selection and status of document theories")
   373 
   373 
   374   private val output_controls =
   374   private val output_controls = Wrap_Panel(List(zoom))
   375     Wrap_Panel(List(pretty_text_area.search_label, pretty_text_area.search_field, zoom))
       
   376 
   375 
   377   private val output_page =
   376   private val output_page =
   378     new TabbedPane.Page("Output", new BorderPanel {
   377     new TabbedPane.Page("Output", new BorderPanel {
   379       layout(output_controls) = BorderPanel.Position.North
   378       layout(output_controls) = BorderPanel.Position.North
   380       layout(Component.wrap(pretty_text_area)) = BorderPanel.Position.Center
   379       layout(Component.wrap(pretty_text_area)) = BorderPanel.Position.Center