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

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2022-11-02 16:18:20 +0300
committermyheroyuki <myheroyuki@outlook.com>2022-11-04 15:38:12 +0300
commitaae70ca911b3621bfdc24ea0eebe539dead8e189 (patch)
tree942834a93e3f8d56b7cdf4a48935c2ace0886133 /data
parentea276e14e9d82738ece2265010c27c58e3be420b (diff)
Added a toggleable notes column to display notes of any saved connections
Diffstat (limited to 'data')
-rw-r--r--data/ui/remmina_preferences.glade19
1 files changed, 18 insertions, 1 deletions
diff --git a/data/ui/remmina_preferences.glade b/data/ui/remmina_preferences.glade
index d9e7775fe..6be3f20ab 100644
--- a/data/ui/remmina_preferences.glade
+++ b/data/ui/remmina_preferences.glade
@@ -722,7 +722,6 @@
<property name="halign">start</property>
<property name="margin-start">18</property>
<property name="margin-end">18</property>
- <property name="margin-bottom">18</property>
<property name="draw-indicator">True</property>
</object>
<packing>
@@ -731,6 +730,24 @@
</packing>
</child>
<child>
+ <object class="GtkCheckButton" id="checkbutton_appearance_show_notes">
+ <property name="label" translatable="yes">Always show notes</property>
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="receives-default">False</property>
+ <property name="tooltip-text" translatable="yes">Add a column displaying any notes associated with a connection.</property>
+ <property name="halign">start</property>
+ <property name="margin-start">18</property>
+ <property name="margin-end">18</property>
+ <property name="margin-bottom">18</property>
+ <property name="draw-indicator">True</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="top-attach">9</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkLabel" id="label_appearance__grab">
<property name="visible">True</property>
<property name="can-focus">False</property>