Skip to content

Commit

Permalink
Slim down find window.
Browse files Browse the repository at this point in the history
Fixes #11.
  • Loading branch information
waddlesplash committed Jul 9, 2014
1 parent 239ca7b commit f664056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bepdf/beos/FindTextWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

FindTextWindow::FindTextWindow(GlobalSettings *settings, const char *text,
BLooper *looper)
: MWindow(BRect(0, 0, 100, 100),
: MWindow(BRect(0, 0, 0, 0),
TRANSLATE("Find Text"),
B_FLOATING_WINDOW_LOOK,
B_MODAL_APP_WINDOW_FEEL,
Expand Down

0 comments on commit f664056

Please sign in to comment.