Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2023-06-06 16:44:34 +0300
committermyheroyuki <myheroyuki@outlook.com>2023-06-06 16:44:34 +0300
commitc079a7fdb7642922d173d185f7abb41e69da6f56 (patch)
treea407f5c65e0ea3bdbf211d09e734353ca282927b
parent75c27e0c63956a9d944c9bd1873df6395b798482 (diff)
Updated ssh preferences
-rw-r--r--data/ui/remmina_preferences.glade59
1 files changed, 56 insertions, 3 deletions
diff --git a/data/ui/remmina_preferences.glade b/data/ui/remmina_preferences.glade
index 5750bbd0b..90327cb20 100644
--- a/data/ui/remmina_preferences.glade
+++ b/data/ui/remmina_preferences.glade
@@ -3,7 +3,7 @@
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkWindow" id="RemminaPrefDialog">
- <property name="can-focus">False</property>
+ <property name="can-focus">True</property>
<!-- <property name="window-position">center-on-parent</property> -->
<property name="default-width">800</property>
<property name="default-height">600</property>
@@ -1150,12 +1150,12 @@ It changes the background colour of connection names in the Remmina connection t
<child>
<object class="GtkViewport">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can-focus">True</property>
<child>
<!-- n-columns=3 n-rows=7 -->
<object class="GtkGrid" id="grid_ssh">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can-focus">True</property>
<property name="row-spacing">5</property>
<property name="column-spacing">7</property>
<child>
@@ -1166,6 +1166,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-start">18</property>
<property name="margin-end">6</property>
<property name="label" translatable="yes">Local SSH port</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">1</property>
+ </layout>
</object>
</child>
<child>
@@ -1176,6 +1180,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">18</property>
<property name="max-length">5</property>
<property name="input-purpose">number</property>
+ <layout>
+ <property name="column">1</property>
+ <property name="row">1</property>
+ </layout>
</object>
</child>
<child>
@@ -1189,6 +1197,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">18</property>
<property name="margin-bottom">18</property>
<!-- <property name="draw-indicator">True</property> -->
+ <layout>
+ <property name="column">0</property>
+ <property name="row">6</property>
+ </layout>
</object>
</child>
<child>
@@ -1205,6 +1217,10 @@ It changes the background colour of connection names in the Remmina connection t
<item id="3" translatable="yes">Lower level protocol info, packet level</item>
<item id="4" translatable="yes">Function entering and leaving</item>
</items>
+ <layout>
+ <property name="column">1</property>
+ <property name="row">0</property>
+ </layout>
</object>
</child>
<child>
@@ -1216,7 +1232,12 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">6</property>
<property name="margin-top">18</property>
<property name="label" translatable="yes">SSH log level</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">0</property>
+ </layout>
</object>
+
</child>
<child>
<object class="GtkLabel" id="label_options_ssh_tcp_keepidle">
@@ -1227,6 +1248,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">6</property>
<property name="label">TCP_keepidle</property>
<property name="selectable">True</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">2</property>
+ </layout>
</object>
</child>
<child>
@@ -1238,6 +1263,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">6</property>
<property name="label">TCP_keepintvl</property>
<property name="selectable">True</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">3</property>
+ </layout>
</object>
</child>
<child>
@@ -1249,6 +1278,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">6</property>
<property name="label">TCP_keepcnt</property>
<property name="selectable">True</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">4</property>
+ </layout>
</object>
</child>
<child>
@@ -1260,6 +1293,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">6</property>
<property name="label">TCP_user_timeout</property>
<property name="selectable">True</property>
+ <layout>
+ <property name="column">0</property>
+ <property name="row">5</property>
+ </layout>
</object>
</child>
<child>
@@ -1271,6 +1308,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">18</property>
<property name="max-length">5</property>
<property name="input-purpose">number</property>
+ <layout>
+ <property name="column">1</property>
+ <property name="row">2</property>
+ </layout>
</object>
</child>
<child>
@@ -1282,6 +1323,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">18</property>
<property name="max-length">5</property>
<property name="input-purpose">number</property>
+ <layout>
+ <property name="column">1</property>
+ <property name="row">3</property>
+ </layout>
</object>
</child>
<child>
@@ -1293,6 +1338,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">18</property>
<property name="max-length">5</property>
<property name="input-purpose">number</property>
+ <layout>
+ <property name="column">1</property>
+ <property name="row">4</property>
+ </layout>
</object>
</child>
<child>
@@ -1304,6 +1353,10 @@ It changes the background colour of connection names in the Remmina connection t
<property name="margin-end">18</property>
<property name="max-length">5</property>
<property name="input-purpose">number</property>
+ <layout>
+ <property name="column">1</property>
+ <property name="row">5</property>
+ </layout>
</object>
</child>
</object>