Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
09db86de
Commit
09db86de
authored
Jan 05, 2018
by
artificiel
Browse files
AbstractClient: meilleur position des sub-gui-panels
parent
3dd51ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/AbstractClient.hpp
View file @
09db86de
...
...
@@ -24,7 +24,7 @@ class AbstractClient
virtual
void
setup
()
{
gui_
.
setup
(
""
);
gui_
.
setPosition
(
ofGetWidth
()
-
index_
*
200
,
10
);
gui_
.
setPosition
(
ofGetWidth
()
-
index_
*
200
,
10
80
);
gui_
.
add
(
etiquette_field_
.
setup
(
"nom"
,
"nom"
));
gui_
.
add
(
enabled_
.
set
(
"enable"
,
true
));
menu_is_ready_
=
true
;
...
...
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