Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Show the window in the multi-task view #46

Open
megatux opened this issue Apr 13, 2018 · 5 comments · May be fixed by #64
Open

Show the window in the multi-task view #46

megatux opened this issue Apr 13, 2018 · 5 comments · May be fixed by #64
Labels
Status: Confirmed Verified by someone other than the reporter

Comments

@megatux
Copy link

megatux commented Apr 13, 2018

Probably the main window is hidden on purpose, but I find it annoying that I can not drag the app window between workspaces and that it is invisible when using multi-task view.

@megatux megatux changed the title Show the window in the multitack view Show the window in the multi-task view May 2, 2018
@cassidyjames
Copy link
Contributor

This looks like it's because the main window is a dialog, which is discouraged by GTK. elementary OS does not show dialogs in the Multitasking View.

@megatux
Copy link
Author

megatux commented Oct 7, 2018

Interesting. Maybe related to the merged branch called tomato-as-dialog.

@cassidyjames
Copy link
Contributor

cassidyjames commented Oct 7, 2018

Correct. Instead of a dialog, Tomato should use the .flat style class on the decoration to style it similarly to a dialog. This is what several small apps, including Dippi and Palette do.

@marcelobalexandre
Copy link

I created a draft PR (#64) to change the MainWindow to be a Gtk.Window instead of a Gtk.Dialog.

I'm not fluent on Vala so I'm not sure about which is the best approach to do this, please feel free to comment in my draft PR.

@marcelobalexandre
Copy link

The PR (#64) is ready for a review. ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Confirmed Verified by someone other than the reporter
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants