thmsbfft / oryoki

Ōryōki [応量器] is an experimental web browser with a thin interface.
http://oryoki.io/
MIT License
484 stars 32 forks source link

Minimum window width and changing window dimensions #18

Closed travisk-codes closed 7 years ago

travisk-codes commented 8 years ago

Not sure what kind of behavior you would prefer, but if you were to ask me, I'd suggest a much smaller minimum (maybe like 100px for cute tiny web apps?) and cap the cmd+alt+M feature to that number.

Love what you have so far!

thmsbfft commented 8 years ago

Hey, thanks for posting. The current minimum dimensions for windows are 600x350. That said the window helper, when manually setting dimensions, doesn't account for these – agree it should be capped to that.

Having windows work below these dimensions require a bit of optim on the UI. I'll get on that. Do you have a specific use case for a 100x100 window?

travisk-codes commented 8 years ago

I didn't have any specific use case in mind, but I frequently will use a small window for a stopwatch/timer or something, and it's frequently these smaller web apps that I'd prefer to use to save as much screen real-estate as possible (why I love this project!)

Thanks!

thmsbfft commented 7 years ago

Oy! Should be fixed in 0.1.0. Minimum window dimensions now are 200x200.