Changing Font in MySQL Workbench(在 MySQL Workbench 中更改字体)
问题描述
我使用的是 MySQL Workbench 5.2,据我所知是最新版本,但我无法更改字体.这是非常不方便的,因为默认字体非常小而且对眼睛很刺眼.外观选项卡有更改字体的选项,但实际上不能在那里进行任何更改,因为实际上无法编辑该字段.
I am using MySQL Workbench 5.2, the newest version as far as I know, but I simply cannot change the font. It is very inconvenient, because the default font is very small and harsh on the eyes. The appearance tab has options for changing the font, but no change can actually be made there, as the field cannot actually be edited.
有没有人知道解决这个问题的方法?这似乎是一个常见的错误,但我在任何地方都找不到修复方法.
Does anyone know of a way around this? It seems to be a common bug, but I can't find a fix anywhere.
推荐答案
在
编辑>首选项...>外观>字体部分
Edit > Preferences... > Appearance > Fonts section
在上述版本中,您可以编辑字体,但您必须缓慢双击,因为它非常不稳定(或按 Enter),然后您必须手动输入字体名称,后跟空格和字体大小,例如我的状态:
of the mentioned version, you can edit the font but you have to slowly double click, as its very wonky (or press enter) and then you manually have to type in the font name followed by a space and font size for example mine states:
Source Sans Pro 10
而且它需要重新启动程序.
这篇关于在 MySQL Workbench 中更改字体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 MySQL Workbench 中更改字体
基础教程推荐
- SQL Server 实例在登录协商期间返回无效或不受支持的协议版本 2021-01-01
- 是否可以执行按位分组功能? 2021-01-01
- SSMS 中的权限问题:“对象 'extended_properties'、数据库 'mssqlsystem_resource'、... 错误 229)上的 SELECT 权限被拒绝" 2022-01-01
- 无法解决整理冲突 2021-01-01
- 将 SQL Server DateTime 列迁移到 DateTimeOffset 2021-01-01
- 在 SQL 中连接多个表 2021-01-01
- 需要 MySQL 5.1 中的抽象触发器来更新审计日志 2021-01-01
- SQL:使用来自具有相同列名的两个表中的数据... 2021-01-01
- 如何使用 mysql.connector 禁用查询缓存 2022-01-01
- SQL 效率:WHERE IN 子查询 vs. JOIN 然后 GROUP 2021-01-01
