Skip to content

Commit 4daaa33

Browse files
committed
Place button on a row instead of column
1 parent f6d927a commit 4daaa33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/renderer/views/Config.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
</x-card>
540540

541541
<!-- LogCard -->
542-
<LogCard></LogCard>
542+
<LogsCard></LogsCard>
543543
</div>
544544
</div>
545545

@@ -638,7 +638,7 @@ import {
638638
DEFAULT_HOST_QMP_PORT,
639639
} from "../lib/constants";
640640
import { PortManager } from "../utils/port";
641-
import LogCard from "./config/LogCard.vue";
641+
import LogsCard from "./config/LogsCard.vue";
642642
const { app }: typeof import("@electron/remote") = require("@electron/remote");
643643
644644
// Emits
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Icon } from "@iconify/vue";
2121
</div>
2222
<p class="text-neutral-400 text-[0.9rem] !pt-0 !mt-0">Select the log you want to open</p>
2323
</div>
24-
<div class="flex flex-col gap-2 justify-center items-center" style="font-size: 0.8125rem">
24+
<div class="flex flex-row gap-2 justify-center items-center" style="font-size: 0.8125rem">
2525
<x-button
2626
@click="
2727
logTitle = 'Winboat log (winboat.log)';

0 commit comments

Comments
 (0)