From c8c1f51db7bd89291d2f7552e82e3724fcdaec8b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 30 Aug 2021 23:23:59 +0200 Subject: Fix MSVC "fileno" warnings in fluid --- fluid/alignment_panel.fl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fluid/alignment_panel.fl') diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index cb9b1112f..20b09b575 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -764,8 +764,7 @@ Default is on.} xywh {245 366 100 25} down_box BORDER_BOX } } } - - Fl_Group {} { + Fl_Group {} { label {Scaling Factor Options} open xywh {10 421 380 66} box GTK_DOWN_BOX labelfont 2 align 21 } { @@ -797,7 +796,6 @@ Default is on.} xywh {245 442 100 25} down_box BORDER_BOX } } } - Fl_Choice wUserOrSystem { callback {refreshUI();} open tooltip {Change settings for the current user, or default values for all users of this computer. Individual users can override system options, if they set their options to specific values (not 'default').} xywh {10 496 141 25} down_box BORDER_BOX -- cgit v1.2.3