|
129 | 129 | HorizontalAlignment="Stretch"
|
130 | 130 | IsEnabled="{Binding Path=MessageListViewModel.HasSelectedMessage}" />
|
131 | 131 |
|
132 |
| - <Button Height="28" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="4,0,0,9" Width="72" |
133 |
| - Name="ForwardSelected" IsEnabled="{Binding Path=MessageListViewModel.HasSelectedMessage}" |
134 |
| - Grid.Row="1"> |
| 132 | + <StackPanel Grid.Row="1" Orientation="Horizontal"> |
| 133 | + <Button Height="28" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="4,0,0,9" Width="72" |
| 134 | + Name="ForwardSelected" IsEnabled="{Binding Path=MessageListViewModel.HasSelectedMessage}"> |
135 | 135 | Forward
|
136 |
| - </Button> |
| 136 | + </Button> |
137 | 137 |
|
138 |
| - <Button Height="28" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="82,0,0,9" Width="72" |
| 138 | + <Button Height="28" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="4,0,0,9" MinWidth="72" |
139 | 139 | Name="DeleteSelected" IsEnabled="{Binding Path=MessageListViewModel.HasSelectedMessage}"
|
140 | 140 | Content="{Binding Path=MessageListViewModel.DeleteText}"
|
141 | 141 | cal:Bind.ModelWithoutContext="{Binding Path=MessageListViewModel}"
|
142 |
| - cal:Message.Attach="[Event Click] = [Action DeleteSelected]" Grid.Row="1" /> |
| 142 | + cal:Message.Attach="[Event Click] = [Action DeleteSelected]" /> |
143 | 143 |
|
144 |
| - <Button Height="28" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="160,0,0,9" Width="72" |
| 144 | + <Button Height="28" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="4,0,0,9" Width="72" |
145 | 145 | Name="DeleteAllSelected" IsEnabled="{Binding Path=MessageListViewModel.HasSelectedMessage}"
|
146 | 146 | cal:Bind.ModelWithoutContext="{Binding Path=MessageListViewModel}"
|
147 |
| - cal:Message.Attach="[Event Click] = [Action ShowConfirmDeleteAll]" Grid.Row="1"> |
| 147 | + cal:Message.Attach="[Event Click] = [Action ShowConfirmDeleteAll]"> |
148 | 148 | Delete All
|
149 |
| - </Button> |
| 149 | + </Button> |
| 150 | + </StackPanel> |
150 | 151 |
|
151 | 152 | <Image Height="42" Margin="6,0,0,3" Name="image1" Stretch="Fill" VerticalAlignment="Bottom"
|
152 | 153 | HorizontalAlignment="Left" Width="42" Source="/Papercut;component/App.ico" Grid.Row="1"
|
|
0 commit comments