Skip to content

Commit d384212

Browse files
committed
Revert "gui: add platform-specific spacer above wxNotebook"
This reverts commit fcaa51f.
1 parent aedbce4 commit d384212

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/gui/multivnc.wxg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!-- generated by wxGlade 1:1.1.1+repack on Tue Feb 24 16:41:34 2026 -->
2+
<!-- generated by wxGlade 1:1.1.1+repack on Tue Feb 24 07:58:57 2026 -->
33

44
<application encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="C++" mark_blocks="1" option="1" overwrite="1" path="." source_extension=".cpp" top_window="frame_main" use_gettext="1" use_new_namespace="1">
55
<object class="FrameMain" name="frame_main" base="EditFrame">
@@ -410,13 +410,12 @@
410410
<object class="wxPanel" name="splitwin_main_pane_2" base="EditPanel">
411411
<style>wxTAB_TRAVERSAL</style>
412412
<object class="wxBoxSizer" name="sizer_notebook" base="EditBoxSizer">
413-
<orient>wxVERTICAL</orient>
413+
<orient>wxHORIZONTAL</orient>
414414
<object class="sizeritem">
415415
<option>1</option>
416416
<border>3</border>
417417
<flag>wxALL|wxEXPAND</flag>
418418
<object class="wxNotebook" name="notebook_connections" base="EditNotebook">
419-
<extracode_pre>#ifdef __WXMAC__\n sizer_notebook-&gt;Add(0, 4, 0, 0, 0);\n#else\n sizer_notebook-&gt;Add(0, 10, 0, 0, 0);\n#endif\n</extracode_pre>
420419
<events>
421420
<handler event="EVT_NOTEBOOK_PAGE_CHANGED">notebook_connections_pagechanged</handler>
422421
</events>

0 commit comments

Comments
 (0)