Skip to content

Commit

Permalink
Making Filter tab the default one in File Browser tab (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombre57 committed Apr 25, 2017
1 parent ddfce7e commit 8f85161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtgui/filepanel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ FilePanel::FilePanel () : parent(nullptr)
tpcPaned->pack1 (*tpc->toolPanelNotebook, false, true);
tpcPaned->pack2 (*history, true, true);

rightNotebook->append_page (*tpcPaned, *devLab);
rightNotebook->append_page (*inspectorPanel, *inspectLab);
rightNotebook->append_page (*sFilterPanel, *filtLab);
rightNotebook->append_page (*inspectorPanel, *inspectLab);
rightNotebook->append_page (*tpcPaned, *devLab);
//rightNotebook->append_page (*taggingBox, *tagLab); commented out: currently the tab is empty ...
rightNotebook->append_page (*sExportPanel, *exportLab);
rightNotebook->set_name ("RightNotebook");
Expand Down

0 comments on commit 8f85161

Please sign in to comment.