Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
b96f57d1
Commit
b96f57d1
authored
Dec 11, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
colored bitmaps were too small to be visible
parent
6f517594
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
set_color.h
pcbnew/set_color.h
+2
-3
No files found.
pcbnew/set_color.h
View file @
b96f57d1
...
@@ -46,7 +46,7 @@ enum col_sel_id {
...
@@ -46,7 +46,7 @@ enum col_sel_id {
// Specify the width and height of every (color-displaying / bitmap) button
// Specify the width and height of every (color-displaying / bitmap) button
const
int
BUTT_SIZE_X
=
25
;
const
int
BUTT_SIZE_X
=
25
;
const
int
BUTT_SIZE_Y
=
15
;
const
int
BUTT_SIZE_Y
=
20
;
/* Macro utile : */
/* Macro utile : */
#define ADR( numlayer ) &g_DesignSettings.m_LayerColor[(numlayer)]
#define ADR( numlayer ) &g_DesignSettings.m_LayerColor[(numlayer)]
...
@@ -570,5 +570,4 @@ public:
...
@@ -570,5 +570,4 @@ public:
~
WinEDA_SetColorsFrame
();
~
WinEDA_SetColorsFrame
();
};
};
#endif
#endif // SET_COLOR_H
// SET_COLOR_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment