Dialog exit: better icon.
Pcbnew: * graphic_item_properties_base.fbp * dialog pad edit: make some strings more easier to translate. * global pad edition: fix a bug that change pad position instead of pad size (round pas only). Eeschema: * fix a bug: new created wires were not alwaes shows until the screen was redrawn.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ public:
|
||||
DIALOG_EXIT( wxWindow * parent, const wxString& aMessage ) :
|
||||
DIALOG_EXIT_BASE( parent )
|
||||
{
|
||||
m_bitmap->SetBitmap( KiBitmap( cancel_xpm ) );
|
||||
m_bitmap->SetBitmap( KiBitmap( dialog_warning_xpm ) );
|
||||
if( ! aMessage.IsEmpty() )
|
||||
m_TextInfo->SetLabel( aMessage );
|
||||
GetSizer()->Fit( this );
|
||||
|
||||
Reference in New Issue
Block a user