From d4feb36aac09cb7d1d66cb069bb438daaea68705 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 2 Nov 2011 00:44:21 +0200 Subject: Resource files w certs. Fix static proxy labels and order. Panel label alignment --- client/Config.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'client/Config.h') diff --git a/client/Config.h b/client/Config.h index 868c859..1c67604 100644 --- a/client/Config.h +++ b/client/Config.h @@ -90,7 +90,7 @@ public: /** * @brief Get list of static proxy entries * @param line number of GUI line proxy list associated with - * @return List of static proxy entries in order as they appear in config file + * @return List of static proxy entries sorted by speed in descending order */ std::vector GetStaticProxyGuiLine(int line); @@ -99,6 +99,13 @@ public: * @return number of static proxy GUI lines or 0 if none */ unsigned GetStaticProxyGuiLines(); + + /** + * Static proxy speed value limit.
+ * This value is used to determine speed label color. + * All speed value below this constant will be red, higher values will be green + */ + const unsigned StaticProxySpeedLow; protected: Config(); private: -- cgit v1.2.3