ui: graph toggle button number position
Improved the position of the small number in the graph node toggle button for windows.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef MESSAGE_RESET_ZOOM_H
|
||||
#define MESSAGE_RESET_ZOOM_H
|
||||
|
||||
#include "utility/messaging/Message.h"
|
||||
|
||||
class MessageResetZoom
|
||||
: public Message<MessageResetZoom>
|
||||
{
|
||||
public:
|
||||
MessageResetZoom()
|
||||
{
|
||||
}
|
||||
|
||||
static const std::string getStaticType()
|
||||
{
|
||||
return "MessageResetZoom";
|
||||
}
|
||||
};
|
||||
|
||||
#endif // MESSAGE_RESET_ZOOM_H
|
||||
Reference in New Issue
Block a user