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

Change MainWindow to be a Gtk.Window instead of Gtk.Dialog #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

marcelobalexandre
Copy link

@marcelobalexandre marcelobalexandre commented Jul 4, 2019

Fix: #46

@marcelobalexandre marcelobalexandre marked this pull request as ready for review July 6, 2019 19:07
Copy link

@megatux megatux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good to me. Also built it & installed and seems to work fine (ElementaryOS Juno, with i3 wm. I'm not sure why i3 still treats the window as a dialog but that seems to be unrelated)

@marcelobalexandre
Copy link
Author

@megatux thanks for reviewing.

Copy link

@ryonakano ryonakano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2019-07-17 22-29-30

Screenshot from 2019-07-17 22-29-22

It looks like the layout changed between this branch and master.

@@ -203,7 +207,7 @@ namespace Tomato.Window {
private void setup_layout () {
setup_headerbar ();
setup_stack ();
content.add (slide);
content.pack_start (slide, false, false, 0);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
content.pack_start (slide, false, false, 0);
content.add (slide);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show the window in the multi-task view
3 participants