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

Conversation

@marcelobalexandre
Copy link

@marcelobalexandre marcelobalexandre commented Jul 4, 2019

Fix: #46

@marcelobalexandre marcelobalexandre force-pushed the convert-dialog-into-window branch from 0c3ca80 to d625293 Compare July 6, 2019 19:07
@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.

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