Changed some icons...
This commit is contained in:
@ -112,6 +112,27 @@ meta, body {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#control_bar {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.control-global{
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.menu-title-container img,
|
||||
#export-popup-header img {
|
||||
margin-top: 3px !important;
|
||||
height: 20px !important;
|
||||
width: 20px !important;
|
||||
}
|
||||
|
||||
.panel .menu {
|
||||
border: 1px solid #303030;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* CENTER */
|
||||
#center {
|
||||
|
@ -223,7 +223,8 @@ let globalControls = (function (){
|
||||
controlBar.id = "control_bar";
|
||||
panel.appendChild(controlBar);
|
||||
|
||||
let xyControl = new Control("res/x_zoom_white_wide.png", "res/y_zoom_white_wide.png", "Time<->Y zoom (one graph)", graphs.toggleZoomMode, graphs.toggleZoomMode);
|
||||
// let xyControl = new Control("res/x_zoom_white_wide.png", "res/y_zoom_white_wide.png", "Time<->Y zoom (one graph)", graphs.toggleZoomMode, graphs.toggleZoomMode);
|
||||
let xyControl = new Control("res/icon_width.png", "res/icon_height.png", "Time<->Y zoom (one graph)", graphs.toggleZoomMode, graphs.toggleZoomMode);
|
||||
|
||||
controlBar.appendChild(xyControl);
|
||||
|
||||
@ -340,7 +341,8 @@ function loadGraphicsMenu(panel){
|
||||
menuGraphicsPopup.addEntry(aboutCurvesSettingsHelpEntry);
|
||||
menuGraphicsPopup.addEntry(aboutTopRightHandCornerCrossHelpEntry);
|
||||
|
||||
let graphicsMenuControl = new Control("res/menu_white_wide.png", "res/menu_white_wide.png", "Menu", () => {
|
||||
// let graphicsMenuControl = new Control("res/menu_white_wide.png", "res/menu_white_wide.png", "Menu", () => {
|
||||
let graphicsMenuControl = new Control("res/icon_menu_graphics.png", "icon_menu_graphics.png.png", "Menu", () => {
|
||||
datesPopup.hide();
|
||||
exportPopup.hide();
|
||||
curvesSettingsPopup.hide();
|
||||
@ -351,8 +353,8 @@ function loadGraphicsMenu(panel){
|
||||
menuGraphicsPopup.getContainer().style.right = "20px";
|
||||
menuGraphicsPopup.style.position = "absolute";
|
||||
panel.appendChild(graphicsMenuControl);
|
||||
graphicsMenuControl.style.marginLeft="6px";
|
||||
graphicsMenuControl.style.marginRight="22px";
|
||||
graphicsMenuControl.style.marginLeft="0px";
|
||||
graphicsMenuControl.style.marginRight="28px";
|
||||
graphicsMenuControl.style.marginTop="2px";
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
client/res/icon_height.png
Normal file
BIN
client/res/icon_height.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
client/res/icon_menu_graphics.png
Normal file
BIN
client/res/icon_menu_graphics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
client/res/icon_width.png
Normal file
BIN
client/res/icon_width.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user