- remove AutoHideScrollbar tooltip

This commit is contained in:
DB p 2021-10-23 18:59:42 +09:00
parent 799ed81ef2
commit e5a7c862b8
3 changed files with 0 additions and 4 deletions

View file

@ -36,7 +36,6 @@
<system:String x:Key="pythonDirectory">Python Directory</system:String>
<system:String x:Key="autoUpdates">Auto Update</system:String>
<system:String x:Key="autoHideScrollBar">Auto Hide Scroll Bar in Setting</system:String>
<system:String x:Key="autoHideScrollBarToolTip">Hide the scroll bar when not in use.</system:String>
<system:String x:Key="selectPythonDirectory">Select</system:String>
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>

View file

@ -36,7 +36,6 @@
<system:String x:Key="pythonDirectory">Python 디렉토리</system:String>
<system:String x:Key="autoUpdates">자동 업데이트</system:String>
<system:String x:Key="autoHideScrollBar">설정 창 스크롤바 숨기기</system:String>
<system:String x:Key="autoHideScrollBarToolTip">설정 창 스크롤바가 작다면 끄는 것을 추천합니다.</system:String>
<system:String x:Key="selectPythonDirectory">선택</system:String>
<system:String x:Key="hideOnStartup">시작 시 Flow Launcher 숨김</system:String>
<system:String x:Key="hideNotifyIcon">트레이 아이콘 숨기기</system:String>

View file

@ -620,8 +620,6 @@
<StackPanel Style="{StaticResource TextPanel}">
<TextBlock Text="{DynamicResource autoHideScrollBar}"
Style="{DynamicResource SettingTitleLabel}" />
<TextBlock Text="{DynamicResource autoHideScrollBarToolTip}"
Style="{DynamicResource SettingSubTitleLabel}" />
</StackPanel>
<ui:ToggleSwitch IsOn="{Binding AutoHideScrollBar}" FocusVisualMargin="5"
Style="{DynamicResource SideControlToggle}" Width="100"