Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upwidgets: Add menu item to reset main window layout #1008
Merged
Conversation
davvid
added a commit
that referenced
this pull request
Nov 19, 2019
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid
added a commit
that referenced
this pull request
Nov 19, 2019
* bensmrs/master: widgets: Add menu item to reset main window layout Signed-off-by: David Aguilar <davvid@gmail.com>
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Nov 28, 2019
https://build.opensuse.org/request/show/751369 by user dimstar_suse - Update to 3.6 - Usability, bells and whistles * The remote editor is much faster since it no longer queries remotes, and uses the cached information instead. git-cola/git-cola#986 * Commit message templates can now be loaded automatically by setting ``git config cola.autoloadcommittemplate true``. git-cola/git-cola#1013 git-cola/git-cola#735 * The UI layout can now be reset back to its initial state by selecting the "Reset Layout" action. This reverts the layout to the same state as when the app first launched. git-cola/git-cola#1008 git-cola/git-cola#994 * Files can now be ignored in either the project's `.gitignore`, or in the repository's priv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
bensmrs commentedNov 10, 2019
Allow the user to reset the default layout for the main window.
Closes #994
Signed-off-by: Benjamin Somers benjamin.somers@telecom-bretagne.eu