File tree Expand file tree Collapse file tree 8 files changed +3
-8
lines changed Expand file tree Collapse file tree 8 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 4949 <ResourceBaseClass Value =" Form" />
5050 <UnitName Value =" Unit1" />
5151 <IsVisibleTab Value =" True" />
52- <TopLine Value =" 144" />
53- <CursorPos X =" 77" Y =" 147" />
52+ <CursorPos X =" 13" />
5453 <UsageCount Value =" 40" />
5554 <Loaded Value =" True" />
5655 <LoadedDesigner Value =" True" />
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ procedure TMainForm.AutoStartBoxChange(Sender: TObject);
144144procedure TMainForm.FormShow (Sender: TObject);
145145begin
146146 // Высота/Ширина формы (Auto)
147- MainForm.Height := ClearBox.Top + ClearBox.Height + StaticText1.Height + 7 ;
147+ MainForm.Height := ClearBox.Top + ClearBox.Height + StaticText1.Height + 6 ;
148148 MainForm.Width := StartBtn.Left + StartBtn.Height + 25 ;
149149
150150 AutostartBox.Checked := CheckAutoStart;
Original file line number Diff line number Diff line change @@ -209,8 +209,6 @@ object MainForm: TMainForm
209209 Width = 161
210210 BorderSpacing.Top = 3
211211 Caption = '--no-latency-control'
212- Checked = True
213- State = cbChecked
214212 TabOrder = 6
215213 end
216214 object IniPropStorage1: TIniPropStorage
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ urlcopy=https://github.com/AKotov-dev/SShuttle-GUI
3131license=GPLv3
3232
3333[DEPS]
34- deps=sshuttle sshpass iptables gtk2 polkit fping systemd
34+ deps=sshuttle sshpass iptables fping systemd gtk2 polkit
3535
3636[META]
3737meta=0
Original file line number Diff line number Diff line change @@ -209,8 +209,6 @@ object MainForm: TMainForm
209209 Width = 161
210210 BorderSpacing.Top = 3
211211 Caption = '--no-latency-control'
212- Checked = True
213- State = cbChecked
214212 TabOrder = 6
215213 end
216214 object IniPropStorage1: TIniPropStorage
You can’t perform that action at this time.
0 commit comments