Skip to content

Commit

Permalink
fix: frame details issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 23, 2024
1 parent 1201794 commit 44cd8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/custom/FrameDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@
<v-col>
<v-textarea
readonly
label="Raw"
hide-details
solo
no-resize
v-model="value.raw"
rows="5"
rows="2"
></v-textarea>
<CCTreeView
class="mt-2"
Expand Down
3 changes: 1 addition & 2 deletions src/views/Zniffer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,7 @@ export default {
this.socket.on(socketEvents.znifferFrame, this.addFrame)
this.onWindowResize = () => {
const oneThird = window.innerHeight / 3
this.topPaneHeight = oneThird * 2
this.topPaneHeight = window.innerHeight / 2
}
this.socket.on('connect', this.onConnnect)
Expand Down

0 comments on commit 44cd8ef

Please sign in to comment.