[feature request] Add ability for dialog boxes to be resizable/movable, same like the main app window #202
Replies: 8 comments
|
Thanks for the suggestion! You're completely right that this would be a huge improvement for the user experience. Just to be transparent, making the dialogs natively draggable and resizable is actually a bit complex to implement with our current setup, but I agree it's a really good idea. It's definitely worth the effort, so I'll add this to our radar to investigate. |
|
Quick question on the details: did you want these dialogs to be completely detached from the app (opening in separate native OS windows), or is having them movable and resizable inside the main window itself what you were looking for? Here is a screencast showing how they currently move and resize inside the app: Screencast.From.2026-05-23.20-48-48.mp4Let me know if this works for you! |
|
Both options are good. Moving outside the main window would provide the most flexibility for users to arrange windows/dialogs as they wish, so if it doesn't cause you too much extra work, I'd suggest going with the dialogs being completely detached. Thanks :) |
|
I think something like this: Screencast.From.2026-05-24.09-41-19.mp4Some dialogs not gonna open a detached windows like About RClone Manager, Confirmation dialogs and other small helper dialogs. This one managed by settings. Because most of the basic users wont need that. Default is false. |
|
Yes that looks great! Very useful. Once you merge it into a version release, I'll test it and let you know if there are any issues or if anything is missing. Thanks :) |
|
Now there is a key inside the Preferences in general tab: 🖥️ Windows that can open in Separate OS Windows (Standalone Mode)These can be dragged to another monitor or kept open on the side:
🎨 Modals that always open Inline (Standard Modals)These stay locked inside the main application window. Mostly helper and not contains to much data:
I think this one is looking good. What do you think? |
|
I agree, it's looking good and I like that you have included an option to enable/disable the feature. |
|
Hey @infinitehope2025! I've included this feature in the new release (though macOS currently has a small bug with it :D). Since you requested this, I wanted to ask your opinion on the UX behavior of these detached modals. Specifically, how should they behave when the main application window is closed?
It doesn't take much effort to implement either behavior, so I'd love to hear what feels more intuitive to you! |

Uh oh!
There was an error while loading. Please reload this page.
Per the Title, would it be possible to allow dialog boxes (modals) within the app to be resizable and movable? Sometimes there is a lot of detail in a dialog box, so being able to resize it to be larger for example would be useful. And sometimes it would be useful to move a dialog box to allow viewing of the main window behind the dialog box.
All reactions