Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gtk3/fcitxtheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Gravity getValue(GKeyFile *configFile, const char *group, const char *key,
} else if (value == "Center Right") {
return Gravity::CenterRight;
} else if (value == "Bottom Left") {
return Gravity::BottomRight;
return Gravity::BottomLeft;
} else if (value == "Bottom Center") {
return Gravity::BottomCenter;
} else if (value == "Bottom Right") {
Expand Down
Loading