Merge branch 'reorder_tabs' into 'v3'

Reorder tabs

See merge request openflexure/openflexure-microscope-server!231
This commit is contained in:
Julian Stirling 2025-04-08 10:27:18 +00:00
commit a4390255db
2 changed files with 10 additions and 9 deletions

View file

@ -215,19 +215,19 @@ export default {
component: navigateContent
},
{
id: "slidescan",
id: "background detect",
icon: "background_replace",
component: backgroundDetectContent
},
{
id: "slide scan",
icon: "settings_overscan",
component: slideScanContent
},
{
id: "scanlist",
id: "scan list",
icon: "photo_library",
component: ScanListContent
},
{
id: "background_detect",
icon: "background_replace",
component: backgroundDetectContent
}
];
if (!this.$store.state.galleryEnabled) {
@ -313,7 +313,7 @@ export default {
}
#switcher-left {
width: 75px;
width: 85px;
padding-top: 2px !important;
}

View file

@ -98,7 +98,8 @@ export default {
}
.tabtitle {
max-width: 60px;
margin: auto;
max-width: 70px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 85%;