Skip to content

Commit e06f1fb

Browse files
committed
Fix margins in Settings flyout
1 parent 127b318 commit e06f1fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PipeExplorerMainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -->
6868
Position="Right"
6969
Width="400"
7070
>
71-
<StackPanel Margin="0, 50, 16, 12">
71+
<StackPanel Margin="12">
7272
<metro:ToggleSwitch IsOn="{Binding StartImmediately}"
7373
Header="{x:Static res:Resources.SettingsStartImmediatelyHeader}"
7474
OnContent="{x:Static res:Resources.SettingsStartImmediatelyOn}"

0 commit comments

Comments
 (0)