Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialogs layout alignment #8292

Merged
merged 2 commits into from
Jul 12, 2020
Merged

Commits on Jul 12, 2020

  1. Dialogs layout alignment - FormInit and FormClone

    * Add a new base dialog control `GitExtensionsDialog`that features two main
    sections - `MainPanel` for the main content, and `ControlPanel` for all buttons.
    All form should ideally inherit from this dialog to provide a consistent look
    and feel.
    * Update `FormInit` layout
    * Update `FormClone` layout
    
    Relates to gitextensions#6183
    RussKie committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    ed70cd8 View commit details
    Browse the repository at this point in the history
  2. Dialogs layout alignment - FormStatus and descendants

    * Update `FormStatus` layout
    * Update `FormProgress` layout
    * Update `FormRemoteProgress` layout
    
    Relates to gitextensions#6183
    RussKie committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    12c2310 View commit details
    Browse the repository at this point in the history