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:
authorAntenore Gatta <antenore@simbiosi.org>2019-10-04 00:04:48 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-10-04 00:04:48 +0300
commitff4d39f29d536e2cc56ff90e8a49acd06a7919a6 (patch)
tree3a6901b13af20293d42f6fa58cee43fcd1290264 /src/remmina_pref_dialog.h
parent9042b49b9fc7032c3784c27251db35b3049853e0 (diff)
Switches instead of checkboxes
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 46a73bc70..b49f9be89 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -100,10 +100,9 @@ typedef struct _RemminaPrefDialog {
GtkButton *button_keyboard_disconnect;
GtkButton *button_keyboard_toolbar;
- GtkCheckButton *checkbutton_terminal_font_system;
+ GtkSwitch *switch_terminal_font_system;
GtkFontButton *fontbutton_terminal_font;
- GtkCheckButton *checkbutton_terminal_bold;
- GtkCheckButton *checkbutton_terminal_system_colors;
+ GtkSwitch *switch_terminal_bold;
GtkLabel *label_terminal_foreground;
GtkColorButton *colorbutton_foreground;
GtkLabel *label_terminal_background;