diff --git a/gui/src/components/dynamic_components2.vue b/gui/src/components/dynamic_components2.vue index 6e1650b0..caca9a74 100644 --- a/gui/src/components/dynamic_components2.vue +++ b/gui/src/components/dynamic_components2.vue @@ -138,7 +138,7 @@ const gridWidgets = [ ), new gridWidget( grid_ptt, - { x: 17, y: 8, w: 2, h: 8 }, + { x: 17, y: 8, w: 5, h: 12 }, "Tx/PTT indicator", true, true, @@ -146,7 +146,7 @@ const gridWidgets = [ ), new gridWidget( grid_mycall, - { x: 8, y: 40, w: 5, h: 8 }, + { x: 8, y: 40, w: 5, h: 15 }, "My callsign widget", true, true, diff --git a/gui/src/components/grid/grid_active_broadcasts_vert.vue b/gui/src/components/grid/grid_active_broadcasts_vert.vue index 741ea9c3..18e4f608 100644 --- a/gui/src/components/grid/grid_active_broadcasts_vert.vue +++ b/gui/src/components/grid/grid_active_broadcasts_vert.vue @@ -42,7 +42,7 @@ var dxcallPing = ref(""); v-model="dxcallPing" /> diff --git a/gui/src/components/grid/grid_mycall.vue b/gui/src/components/grid/grid_mycall.vue index d324c180..487ac7f9 100644 --- a/gui/src/components/grid/grid_mycall.vue +++ b/gui/src/components/grid/grid_mycall.vue @@ -13,12 +13,12 @@ function updateMyCall() { diff --git a/gui/src/components/grid/grid_ptt.vue b/gui/src/components/grid/grid_ptt.vue index 9af6a80a..202d41c1 100644 --- a/gui/src/components/grid/grid_ptt.vue +++ b/gui/src/components/grid/grid_ptt.vue @@ -9,8 +9,10 @@ const state = useStateStore(pinia);