Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadGUI
Commits
b21f4b66
Commit
b21f4b66
authored
Jan 11, 2022
by
helene ortiz
Browse files
improve launchpad image
parent
487a1235
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/client/view/pluginpeer/selection/ToolBarSelectionPluginPeer.java
View file @
b21f4b66
...
...
@@ -24,7 +24,6 @@ import fr.ill.ics.client.view.factory.ImageFactory;
public
abstract
class
ToolBarSelectionPluginPeer
{
public
final
static
int
HEIGHT
=
51
;
protected
final
static
String
LEFT_IMAGE_ACTIVE
=
ImageFactory
.
LEFT_CORNER
;
protected
final
static
String
RIGHT_IMAGE_ACTIVE
=
ImageFactory
.
RIGHT_CORNER
;
protected
final
static
String
LEFT_IMAGE_ACTIVATED
=
ImageFactory
.
LEFT_CORNER_ACTIVATED
;
...
...
src/main/java/fr/ill/ics/client/view/swt/SWTMainWindowPeer.java
View file @
b21f4b66
...
...
@@ -203,7 +203,6 @@ public class SWTMainWindowPeer extends MainWindowPeer {
setTitle
(
ConfigManager
.
getInstance
().
getString
(
"remoteControlIsDisabled"
));
}
// Create mainComposite
mainComposite
=
SWTWidgetFactory
.
getInstance
().
createComposite
(
shell
,
SWT
.
NONE
);
mainComposite
.
setLayout
(
SWTWidgetFactory
.
getInstance
().
getNoMarginsGridLayout
(
1
));
...
...
@@ -230,7 +229,7 @@ public class SWTMainWindowPeer extends MainWindowPeer {
// A fake composite just to align tool bar with command workspace tab buttons (since senddata integration...)
Composite
fakeComposite
=
SWTWidgetFactory
.
getInstance
().
createComposite
(
selectionArea
,
SWT
.
NONE
);
GridData
gridData
=
SWTWidgetFactory
.
getInstance
().
getHorizontalGridData
();
gridData
.
heightHint
=
12
;
gridData
.
heightHint
=
Magnifier
.
getScaledValue
(
15
)
;
fakeComposite
.
setLayoutData
(
gridData
);
...
...
src/main/resources/img/commandTabs/mainSelected.png
View replaced file @
487a1235
View file @
b21f4b66
780 Bytes
|
W:
|
H:
1.14 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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