Skip to content

Commit b1622f2

Browse files
Aligning some controls (#25)
Co-authored-by: CommonLoon102 <[email protected]>
1 parent 863d677 commit b1622f2

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

RegexFileSearcher/RegexFileSearcher/MainForm.xeto

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
MaximumDecimalPlaces="0"
5353
Value="5"
5454
Increment="1"
55-
Width="50"
55+
Width="120"
5656
ToolTip="Use zero for unlimited" />
5757
</Panel>
5858
<Label ToolTip="1 MiB (mebibyte) is 1024*1024 bytes">MiB</Label>
@@ -105,7 +105,7 @@
105105
MaximumDecimalPlaces="0"
106106
Value="2"
107107
Increment="1"
108-
Width="90" />
108+
Width="120" />
109109
</Panel>
110110
<Label>s</Label>
111111
</StackLayout>
@@ -164,11 +164,21 @@
164164
<TableCell>
165165
<StackLayout Orientation="Vertical" Padding="5,2,2,5">
166166
<StackLayout Orientation="Horizontal">
167-
<Button ID="btnSelectAll" Click="HandleSelectAll">Select All</Button>
168-
<Button ID="btnSelectNone" Click="HandleSelectNone">Select None</Button>
169-
<Button ID="btnInvertSelection" Click="HandleInvertSelection">Invert Selection</Button>
170-
<Button ID="btnOpenSelected" Click="HandleOpenSelected">Open Selected</Button>
171-
<Button ID="btnOrderByMatches" Click="HandleOrderByMatches">Order by Matches</Button>
167+
<Panel Padding="0,0,5,0">
168+
<Button ID="btnSelectAll" Click="HandleSelectAll">Select All</Button>
169+
</Panel>
170+
<Panel Padding="0,0,5,0">
171+
<Button ID="btnSelectNone" Click="HandleSelectNone">Select None</Button>
172+
</Panel>
173+
<Panel Padding="0,0,5,0">
174+
<Button ID="btnInvertSelection" Click="HandleInvertSelection">Invert Selection</Button>
175+
</Panel>
176+
<Panel Padding="0,0,5,0">
177+
<Button ID="btnOpenSelected" Click="HandleOpenSelected">Open Selected</Button>
178+
</Panel>
179+
<Panel Padding="0,0,5,0">
180+
<Button ID="btnOrderByMatches" Click="HandleOrderByMatches">Order by Matches</Button>
181+
</Panel>
172182
</StackLayout>
173183
</StackLayout>
174184
</TableCell>

0 commit comments

Comments
 (0)