diff --git a/builtin/mainmenu/tab_online.lua b/builtin/mainmenu/tab_online.lua index 11b1e7e7..27d0a7cd 100644 --- a/builtin/mainmenu/tab_online.lua +++ b/builtin/mainmenu/tab_online.lua @@ -81,11 +81,11 @@ local function get_formspec(tabview, name, tabdata) "text,align=right;" .. -- clients "text,align=center,padding=0.25;" .. -- "/" "text,align=right,padding=0.25;" .. -- clients_max - image_column(fgettext("Creative mode"), "creative") .. ",padding=1;" .. + image_column(fgettext("Creative mode"), "creative") .. ",padding=0.25;" .. image_column(fgettext("Damage enabled"), "damage") .. ",padding=0.25;" .. image_column(fgettext("PvP enabled"), "pvp") .. ",padding=0.25;" .. "color,span=1;" .. - "text,padding=1]" .. + "text,padding=0.25]" .. "table[-0.09,0.7;7,4.9;favourites;" if menudata.search_result then diff --git a/textures/base/progress_bar_bg.png b/textures/base/progress_bar_bg.png index 677a4e74..ce80bc75 100644 Binary files a/textures/base/progress_bar_bg.png and b/textures/base/progress_bar_bg.png differ diff --git a/textures/base/server_flags_mt.png b/textures/base/server_flags_mt.png index 18cb2bdd..14aad37f 100644 Binary files a/textures/base/server_flags_mt.png and b/textures/base/server_flags_mt.png differ