application/settings.c

changeset 116
376ef91111f6
parent 115
e57ca2747782
equal deleted inserted replaced
115:e57ca2747782 116:376ef91111f6
776 ui_llabel(obj, .style = UI_LABEL_STYLE_TITLE, .label = "Locations", .colspan = 2); 776 ui_llabel(obj, .style = UI_LABEL_STYLE_TITLE, .label = "Locations", .colspan = 2);
777 ui_newline(obj); 777 ui_newline(obj);
778 ui_llabel(obj, .style = UI_LABEL_STYLE_DIM, .label = "List of URLs for which these credentials should be used (optional)", .colspan = 2); 778 ui_llabel(obj, .style = UI_LABEL_STYLE_DIM, .label = "List of URLs for which these credentials should be used (optional)", .colspan = 2);
779 ui_newline(obj); 779 ui_newline(obj);
780 780
781 ui_hbox(obj, .colspan = 2, .vexpand = TRUE, .hexpand = TRUE, .spacing = 10) { 781 ui_hbox(obj, .colspan = 2, .vexpand = TRUE, .hexpand = TRUE, .hfill = TRUE, .spacing = 10) {
782 #ifndef UI_WINUI 782 #ifndef UI_WINUI
783 ui_callback credentials_activate_callback = credentials_location_edit; 783 ui_callback credentials_activate_callback = credentials_location_edit;
784 #else 784 #else
785 ui_callback credentials_activate_callback = NULL; 785 ui_callback credentials_activate_callback = NULL;
786 #endif 786 #endif

mercurial