Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Aug 8, 2024
1 parent 2d1c3ca commit 11bc1b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/drawer/ModelizerDrawLeftDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
side="left"
:width="400"
data-cy="draw-page-left-drawer"
class="no-scroll"
>
<q-splitter
v-model="splitterModel"
:limits="[10, 15]"
style="height: calc(100vh - 64px);"
>
<template #before>
<q-tabs
Expand Down
3 changes: 2 additions & 1 deletion src/components/list/LibraryList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
text-white
:class="[
'column no-wrap col-shrink',
!isSelected ? 'scroll' : '',
'scroll'
]"
style="max-height: calc(100vh - 260px);"
>
<template
v-for="(drawerItem) in drawerItems"
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/en-US/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ export default {
version: 'Version {version}',
about: 'About',
consoleFooter: {
tabs: {
errors: 'errors ({number})',
},
errorsTable: {
message: 'Message',
line: 'Start/End Line',
Expand Down

0 comments on commit 11bc1b1

Please sign in to comment.