From 9bdc7139daef8d9dc7b7e06503cd810d44b6d69c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 17 Jul 2023 20:20:54 +0200 Subject: FLUID: better initial sizes for buttons and windows --- fluid/custom_widgets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/custom_widgets.cxx') diff --git a/fluid/custom_widgets.cxx b/fluid/custom_widgets.cxx index f1a12a474..f3b374314 100644 --- a/fluid/custom_widgets.cxx +++ b/fluid/custom_widgets.cxx @@ -92,7 +92,7 @@ int Widget_Bin_Window_Button::handle(int inEvent) return ret; if (!Fl::event_is_click()) { if (!drag_win) { - drag_win = new Fl_Window(0, 0, 100, 100); + drag_win = new Fl_Window(0, 0, 480, 320); drag_win->border(0); drag_win->set_non_modal(); } -- cgit v1.2.3