2

I have been running Haiku in various environments now for several months, but have run across an interesting issue: WebPositive (the browser that ships with Haiku) has lost its yellow tab at the top of the window, and only displays in full-screen mode.

How can I reset that behavior? The yellow tab is highly useful, exspecially when needing to shrink the window, since right now I can't change the window size :-|

current "normal" window: missing yellow tab bar

full-screened: missing menus when F11'd

how it should look (fresh install): see the tab at the top of the window

warren
  • 10,322

2 Answers2

1

I'm not sure if I understand this question correctly, but the full screen mode of WebPositive can be left via F11, or Alt-Enter. Furthermore, there is a small window icon in the top right corner when you move the mouse, that, when pressed, will let you leave full screen as well.

axeld
  • 36
0

Open a Terminal and try

hey WebPositive SET Frame of Window 2 to BRect[100,100,600,600]

That should at least give you something small enough to drag the yellow tab back into view.

Kev
  • 1,184