Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
kicad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
KiCad
KiCad Source Code
kicad
Commits
e1e196f1
Commit
e1e196f1
authored
11 months ago
by
dsa-t
Browse files
Options
Downloads
Patches
Plain Diff
Fix default cell alignment and FBP file for Configure Paths dialog.
(cherry picked from commit
49dcd5f4
)
parent
b55d760c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/dialogs/dialog_configure_paths_base.cpp
+2
-2
2 additions, 2 deletions
common/dialogs/dialog_configure_paths_base.cpp
common/dialogs/dialog_configure_paths_base.fbp
+209
-253
209 additions, 253 deletions
common/dialogs/dialog_configure_paths_base.fbp
with
211 additions
and
255 deletions
common/dialogs/dialog_configure_paths_base.cpp
+
2
−
2
View file @
e1e196f1
...
...
@@ -49,7 +49,7 @@ DIALOG_CONFIGURE_PATHS_BASE::DIALOG_CONFIGURE_PATHS_BASE( wxWindow* parent, wxWi
// Label Appearance
// Cell Defaults
m_EnvVars
->
SetDefaultCellAlignment
(
wxALIGN_LEFT
,
wxALIGN_
TOP
);
m_EnvVars
->
SetDefaultCellAlignment
(
wxALIGN_LEFT
,
wxALIGN_
CENTER
);
m_EnvVars
->
SetMinSize
(
wxSize
(
604
,
170
)
);
sbEnvVars
->
Add
(
m_EnvVars
,
1
,
wxALL
|
wxEXPAND
,
5
);
...
...
@@ -70,7 +70,7 @@ DIALOG_CONFIGURE_PATHS_BASE::DIALOG_CONFIGURE_PATHS_BASE( wxWindow* parent, wxWi
sbEnvVars
->
Add
(
bSizerEnvVarBtns
,
0
,
wxEXPAND
,
5
);
bSizerMain
->
Add
(
sbEnvVars
,
1
,
wxEXPAND
|
wxALL
,
5
);
bSizerMain
->
Add
(
sbEnvVars
,
1
,
wx
ALL
|
wx
EXPAND
,
5
);
m_sdbSizer
=
new
wxStdDialogButtonSizer
();
m_sdbSizerOK
=
new
wxButton
(
this
,
wxID_OK
);
...
...
This diff is collapsed.
Click to expand it.
common/dialogs/dialog_configure_paths_base.fbp
+
209
−
253
View file @
e1e196f1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment