File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/components/Dialog/SettingDialog Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <QCardActions class =" q-px-md bg-surface-darken" :class =" props.class" >
2
+ <QCardActions class =" no-wrap q-px-md bg-surface-darken" :class =" props.class" >
3
3
<div >
4
4
<div >{{ title }}</div >
5
5
<div :aria-label =" description" >
Original file line number Diff line number Diff line change 3
3
<template >
4
4
<BaseCell :title :description >
5
5
<QBtnToggle
6
+ style =" margin-left : 8px ; flex-shrink : 0 "
6
7
padding =" xs md"
7
8
unelevated
8
9
color =" background"
Original file line number Diff line number Diff line change 61
61
対応する GPU が搭載されていないため、GPU モードは利用できません。
62
62
</QTooltip >
63
63
</ButtonToggleCell >
64
- <QCardActions class =" q-px-md bg-surface-darken" >
64
+ <QCardActions class =" no-wrap q-px-md bg-surface-darken" >
65
65
<div >
66
66
<div >音声のサンプリングレート</div >
67
67
<div class =" text-caption" >
71
71
<QSpace />
72
72
<QSelect
73
73
v-model =" outputSamplingRate"
74
+ style =" flex-shrink : 0 "
74
75
borderless
75
76
dense
76
77
name =" samplingRate"
173
174
:modelValue =" enableRubyNotation"
174
175
@update:modelValue =" changeEnableRubyNotation"
175
176
/>
176
- <QCardActions class =" q-px-md bg-surface-darken" >
177
+ <QCardActions class =" no-wrap q-px-md bg-surface-darken" >
177
178
<div >
178
179
<div >非表示にしたヒントを全て再表示</div >
179
180
<div class =" text-caption" >
212
213
<QCardActions >
213
214
<h5 class =" text-h5" >保存</h5 >
214
215
</QCardActions >
215
- <QCardActions class =" q-px-md bg-surface-darken" >
216
+ <QCardActions class =" no-wrap q-px-md bg-surface-darken" >
216
217
<div >
217
218
<div >書き出し先を固定</div >
218
219
<div class =" text-caption" >
283
284
"
284
285
/>
285
286
286
- <QCardActions class =" q-px-md bg-surface-darken" >
287
+ <QCardActions class =" no-wrap q-px-md bg-surface-darken" >
287
288
<div >
288
289
<div >書き出しファイル名パターン</div >
289
290
<div class =" text-caption" >
396
397
"
397
398
/>
398
399
<QCardActions
399
- class =" q-px-md bg-surface-darken"
400
+ class =" no-wrap q-px-md bg-surface-darken"
400
401
:class =" { disabled: !canSetAudioOutputDevice }"
401
402
>
402
403
<div >
You can’t perform that action at this time.
0 commit comments