Skip to content

Commit 398de6d

Browse files
committed
v0.3 + Re-creating SSH keys (ssh-keyscan)
1 parent 051e8d9 commit 398de6d

File tree

8 files changed

+3
-8
lines changed

8 files changed

+3
-8
lines changed

sshuttle-gui/backup/sshuttle_gui.lps

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
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"/>

sshuttle-gui/backup/unit1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ procedure TMainForm.AutoStartBoxChange(Sender: TObject);
144144
procedure TMainForm.FormShow(Sender: TObject);
145145
begin
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;
-24 Bytes
Binary file not shown.

sshuttle-gui/lib/x86_64-linux/unit1.lfm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
0 Bytes
Binary file not shown.

sshuttle-gui/package-project/sshuttle-gui.prj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ urlcopy=https://github.com/AKotov-dev/SShuttle-GUI
3131
license=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]
3737
meta=0

sshuttle-gui/sshuttle_gui

-32 Bytes
Binary file not shown.

sshuttle-gui/unit1.lfm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)