right static box resizes vertically
This commit is contained in:
parent
f34be93032
commit
396203efb8
|
@ -167,7 +167,7 @@ void dialog_freeroute_exchange::Init()
|
||||||
void dialog_freeroute_exchange::CreateControls()
|
void dialog_freeroute_exchange::CreateControls()
|
||||||
{
|
{
|
||||||
////@begin dialog_freeroute_exchange content construction
|
////@begin dialog_freeroute_exchange content construction
|
||||||
// Generated by DialogBlocks, 20/03/2008 09:26:34 (unregistered)
|
// Generated by DialogBlocks, Tue 25 Mar 2008 11:02:20 CDT (unregistered)
|
||||||
|
|
||||||
dialog_freeroute_exchange* itemDialog1 = this;
|
dialog_freeroute_exchange* itemDialog1 = this;
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ void dialog_freeroute_exchange::CreateControls()
|
||||||
|
|
||||||
wxStaticBox* itemStaticBoxSizer9Static = new wxStaticBox(itemPanel3, wxID_ANY, _T(""));
|
wxStaticBox* itemStaticBoxSizer9Static = new wxStaticBox(itemPanel3, wxID_ANY, _T(""));
|
||||||
wxStaticBoxSizer* itemStaticBoxSizer9 = new wxStaticBoxSizer(itemStaticBoxSizer9Static, wxVERTICAL);
|
wxStaticBoxSizer* itemStaticBoxSizer9 = new wxStaticBoxSizer(itemStaticBoxSizer9Static, wxVERTICAL);
|
||||||
itemBoxSizer4->Add(itemStaticBoxSizer9, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5);
|
itemBoxSizer4->Add(itemStaticBoxSizer9, 1, wxGROW|wxALL, 5);
|
||||||
|
|
||||||
wxButton* itemButton10 = new wxButton( itemPanel3, ID_BUTTON7, _("Visit the FreeRouting.net Website with your Browser"), wxDefaultPosition, wxDefaultSize, 0 );
|
wxButton* itemButton10 = new wxButton( itemPanel3, ID_BUTTON7, _("Visit the FreeRouting.net Website with your Browser"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||||
if (dialog_freeroute_exchange::ShowToolTips())
|
if (dialog_freeroute_exchange::ShowToolTips())
|
||||||
|
|
|
@ -128,6 +128,7 @@
|
||||||
<long name="locked">0</long>
|
<long name="locked">0</long>
|
||||||
<string name="template-name">""</string>
|
<string name="template-name">""</string>
|
||||||
<bool name="dirty">1</bool>
|
<bool name="dirty">1</bool>
|
||||||
|
<long name="makefile-last-written">0</long>
|
||||||
<string name="Compiler name">""</string>
|
<string name="Compiler name">""</string>
|
||||||
<string name="Build mode">"Debug"</string>
|
<string name="Build mode">"Debug"</string>
|
||||||
<string name="Unicode mode">"ANSI"</string>
|
<string name="Unicode mode">"ANSI"</string>
|
||||||
|
@ -169,6 +170,8 @@
|
||||||
<string name="wxWidgets build command">"%AUTO%"</string>
|
<string name="wxWidgets build command">"%AUTO%"</string>
|
||||||
<string name="wxWidgets clean command">"%AUTO%"</string>
|
<string name="wxWidgets clean command">"%AUTO%"</string>
|
||||||
<string name="PATH variable">"%AUTO%"</string>
|
<string name="PATH variable">"%AUTO%"</string>
|
||||||
|
<bool name="Suppress source rules">0</bool>
|
||||||
|
<bool name="Enable makefile generation">1</bool>
|
||||||
</document>
|
</document>
|
||||||
</document>
|
</document>
|
||||||
</data>
|
</data>
|
||||||
|
@ -647,7 +650,7 @@
|
||||||
<string name="proxy-Static box class">"wxStaticBox"</string>
|
<string name="proxy-Static box class">"wxStaticBox"</string>
|
||||||
<string name="proxy-Orientation">"Vertical"</string>
|
<string name="proxy-Orientation">"Vertical"</string>
|
||||||
<string name="proxy-AlignH">"Centre"</string>
|
<string name="proxy-AlignH">"Centre"</string>
|
||||||
<string name="proxy-AlignV">"Centre"</string>
|
<string name="proxy-AlignV">"Expand"</string>
|
||||||
<long name="proxy-Stretch factor">1</long>
|
<long name="proxy-Stretch factor">1</long>
|
||||||
<long name="proxy-Border">5</long>
|
<long name="proxy-Border">5</long>
|
||||||
<bool name="proxy-wxLEFT">1</bool>
|
<bool name="proxy-wxLEFT">1</bool>
|
||||||
|
|
Loading…
Reference in New Issue