diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-25 17:21:53 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-25 17:21:53 +0300 |
| commit | 1a8d24d649228a245e7f5b6ebf6883d8f1c6797b (patch) | |
| tree | 6c8699c500c5e2e1bec2787bf84d4f57c8d88087 /src/components/shadow_control/shadow_control.vue | |
| parent | b07d7d7229c376a0588d86ee8a28735bdcf99b7f (diff) | |
some help strings
Diffstat (limited to 'src/components/shadow_control/shadow_control.vue')
| -rw-r--r-- | src/components/shadow_control/shadow_control.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/shadow_control/shadow_control.vue b/src/components/shadow_control/shadow_control.vue index b608d0ff..85346e17 100644 --- a/src/components/shadow_control/shadow_control.vue +++ b/src/components/shadow_control/shadow_control.vue @@ -124,6 +124,9 @@ <OpacityInput v-model="selected.alpha" :disabled="!present"/> + <div> + {{$t('settings.style.shadows.hint')}} + </div> </div> </div> </template> @@ -215,6 +218,7 @@ .shadow-tweak { flex: 1; + min-width: 280px; .id-control { align-items: stretch; |
