mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Reindent unix/dialog.c.
Large chunks of the GTK setup code had a 2-space indent for some reason, in place of the usual 4-space in this code base. I've been meaning to sort it out for ages, because it makes it hard to have a single set of editor settings suitable for the whole code base.
This commit is contained in:
parent
bc61acc53d
commit
3bef6b63f0
@ -2312,8 +2312,8 @@ GtkWidget *layout_ctrls(
|
|||||||
{
|
{
|
||||||
int edge;
|
int edge;
|
||||||
edge = GTK_WIDGET(uc->list)->style->klass->ythickness;
|
edge = GTK_WIDGET(uc->list)->style->klass->ythickness;
|
||||||
gtk_widget_set_size_request(w, 10,
|
gtk_widget_set_size_request(
|
||||||
2*edge + (ctrl->listbox.height *
|
w, 10, 2*edge + (ctrl->listbox.height *
|
||||||
get_listitemheight(w)));
|
get_listitemheight(w)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user