Skip to content

Commit 248d677

Browse files
committed
gui: regenerate
1 parent d384212 commit 248d677

File tree

8 files changed

+9
-14
lines changed

8 files changed

+9
-14
lines changed

src/gui/DialogNewConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:03 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp

src/gui/DialogNewConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:03 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp

src/gui/DialogSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:03 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp

src/gui/DialogSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:03 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp

src/gui/FrameLog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:03 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp

src/gui/FrameLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:03 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp

src/gui/FrameMain.cpp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:02 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp
@@ -155,12 +155,7 @@ FrameMain::FrameMain(wxWindow* parent, wxWindowID id, const wxString& title, con
155155
list_box_bookmarks = new wxListBox(sizer_bookmarks->GetStaticBox(), ID_LISTBOX_BOOKMARKS, wxDefaultPosition, wxDefaultSize, 0, list_box_bookmarks_choices, wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_SINGLE);
156156
sizer_bookmarks->Add(list_box_bookmarks, 1, wxALL|wxEXPAND, 3);
157157
splitwin_main_pane_2 = new wxPanel(splitwin_main, wxID_ANY);
158-
wxBoxSizer* sizer_notebook = new wxBoxSizer(wxVERTICAL);
159-
#ifdef __WXMAC__
160-
sizer_notebook->Add(0, 4, 0, 0, 0);
161-
#else
162-
sizer_notebook->Add(0, 10, 0, 0, 0);
163-
#endif
158+
wxBoxSizer* sizer_notebook = new wxBoxSizer(wxHORIZONTAL);
164159
notebook_connections = new wxNotebook(splitwin_main_pane_2, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0);
165160
sizer_notebook->Add(notebook_connections, 1, wxALL|wxEXPAND, 3);
166161

src/gui/FrameMain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- C++ -*-
22
//
3-
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026
3+
// generated by wxGlade 1:1.1.1+repack on Tue Feb 24 20:48:02 2026
44
//
55
// Example for compiling a single file project under Linux using g++:
66
// g++ MyApp.cpp `wx-config --cxxflags --libs` -o MyApp

0 commit comments

Comments
 (0)