Skip to content

Commit

Permalink
adjusted broadcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Feb 16, 2025
1 parent 67fa75c commit f210158
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions freedata_gui/src/components/dynamic_components.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,14 @@ const gridWidgets = [
),
new gridWidget(
active_broadcasts,
{ x: 6, y: 70, w: 6, h: 15 },
{ x: 6, y: 70, w: 6, h: 25 },
"Broadcasts main (horizontal)",
false,
true,
"Broadcasts",
4,
false,
{ x: 6, y: 70, w: 6, h: 15 }
{ x: 6, y: 70, w: 6, h: 25 }
),
new gridWidget(
mini_heard_stations,
Expand Down
12 changes: 6 additions & 6 deletions freedata_gui/src/components/grid/grid_active_broadcasts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ window.addEventListener(

<template>
<div class="card h-100">
<div class="card-header p-0">
<div class="card-header">
<i class="bi bi-broadcast" style="font-size: 1.2rem"></i>&nbsp;
<strong>Broadcasts</strong>
</div>
<div class="card-body overflow-auto p-0">
<div class="input-group input-group-sm mb-0">
<div class="card-body overflow-auto">
<div class="input-group">
<input
type="text"
class="form-control"
Expand All @@ -85,7 +85,7 @@ window.addEventListener(
v-model="dxcallPing"
/>
<button
class="btn btn-sm btn-outline-secondary"
class="btn btn-outline-secondary"
id="sendPing"
type="button"
data-bs-placement="bottom"
Expand All @@ -100,7 +100,7 @@ window.addEventListener(
</button>

<button
class="btn btn-sm btn-outline-secondary ms-1"
class="btn btn-outline-secondary ms-1"
id="sendCQ"
type="button"
title="Send a CQ to the world"
Expand All @@ -113,7 +113,7 @@ window.addEventListener(
<button
type="button"
id="startBeacon"
class="btn btn-sm ms-1"
class="btn ms-1"
@click="startStopBeacon"
:class="{
'btn-success': state.beacon_state,
Expand Down

0 comments on commit f210158

Please sign in to comment.