summaryrefslogtreecommitdiffstats
path: root/src/helper/unit-tracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/unit-tracker.cpp')
-rw-r--r--src/helper/unit-tracker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/unit-tracker.cpp b/src/helper/unit-tracker.cpp
index 93f5bfee1..ac860f955 100644
--- a/src/helper/unit-tracker.cpp
+++ b/src/helper/unit-tracker.cpp
@@ -133,6 +133,7 @@ GtkAction* UnitTracker::createAction( gchar const* name, gchar const* label, gch
ege_select_one_action_set_active( act1, _active );
}
+ ege_select_one_action_set_appearance( act1, "minimal" );
g_object_weak_ref( G_OBJECT(act1), _actionFinalizedCB, this );
g_signal_connect( G_OBJECT(act1), "changed", G_CALLBACK( _unitChangedCB ), this );
_actionList = g_slist_append( _actionList, act1 );