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>2021-01-07 18:31:19 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-01-07 18:31:19 +0300
commitc1c49ff82f40ed77dfca42136e5402ac1cad765a (patch)
treee2189cfb2ddd07085b019e7b8b01987b779b7acb /src/remmina_pref_dialog.h
parent8f9f43ae1292a33296edf1053cbd7edfefa02445 (diff)
Updating colors and fixing bold and brightenss issues
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 20d35dea8..18319c629 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -117,9 +117,11 @@ typedef struct _RemminaPrefDialog {
GtkButton * button_keyboard_decrease_font;
GtkButton * button_keyboard_search_text;
GtkLabel * label_terminal_cursor_color;
+ GtkLabel * label_terminal_bold_color;
GtkLabel * label_terminal_normal_colors;
GtkLabel * label_terminal_bright_colors;
GtkColorButton * colorbutton_cursor;
+ GtkColorButton * colorbutton_bold;
GtkColorButton * colorbutton_color0;
GtkColorButton * colorbutton_color1;
GtkColorButton * colorbutton_color2;